trouble uploading images

dude / 2013-07-30 00:29:57   

I do have trouble when I try to upload an image via the indexhibit upload. First I click on add file and choose an image then it shows into the upload bank. Then its exaclyt when I click on UPLOAD that it goes back on to the file browser. its like if the upload button was the add file button. what can I do?

Vaska A / 2013-07-30 00:58:00   

which browser are you using?

dude / 2013-07-31 16:21:56   

I'm using firefox

Vaska A / 2013-07-31 17:32:45   

Which version. Clicking at the far right of the upload image works...

Peter_Sigsgaard / 2013-08-01 20:56:45   

I am experiencing the same problem. Using Firefox 22.0. It does not help to click on the far right of the upload image ...

Vaska A / 2013-08-01 22:34:22   

geez, i just updated and had v19. so, i do the auto update and i'm at v21. now, it needs to update again to v22.

this is really frustrating all these updates...breaking things...

Vaska A / 2013-08-01 22:42:55   

i guess i know what i'll be doing this weekend - trying to figure out why it's not uploading.

Vaska A / 2013-08-02 00:02:49   

I'm reading around the web that Firefox v22 has broken ajax uploading. I need to research this. For the moment, try using Chrome.

bipster / 2013-08-02 08:31:55   

I fixed it by commenting two lines in the /ndxzstudio/asset/css/jquery.fileupload-ui.css file:

  1.     .fileinput-button input {
  2.       position: absolute;
  3.       top: 0;
  4.       right: 0;
  5.       margin: 0;
  6.       border: solid transparent;
  7.     /*  border-width: 0 0 100px 200px; */
  8.       opacity: 0;
  9.       filter: alpha(opacity=0);
  10.     /*  -moz-transform: translate(-300px, 0) scale(4); */
  11.       direction: ltr;
  12.       cursor: pointer;
  13.     }

Don't forget to clear the Firefox cache after making these changes

Vaska A / 2013-08-02 09:30:06   

Hmmm, I'll look into this. Thanks...

plocploc / 2013-08-03 17:39:51   

Hello

Thank you Blipster ! It's work for me (firefox v22) !

I was so fed up to open Chrome just for uploading my images !!!

thanks

plocploc / 2013-08-03 17:40:14   

Hello

Thank you Blipster ! It's work for me (firefox v22) !

I was so fed up to open Chrome just for uploading my images !!!

thanks

bipster / 2013-08-03 19:29:20   

You're welcome. Hope this fix gets incorporated into the next release.

ewarfield / 2013-08-03 19:58:39   

Hello - I just tried Bipster's fix and no dice. Very frustrating - cannot upload images anymore. It's the same thing, when I choose an image, then click upload, it just goes back to the file browser window to find another image. Any advice?

bipster / 2013-08-03 20:22:34   

Have you cleared the Firefox cache?

srengeval / 2013-08-10 14:25:28   

Same problem here, same solution. Thanks Bipster !

Vaska A / 2013-08-25 11:13:47   

I'm looking into this. It's much more complicated than I originally thought - the above CSS will not fix things on the newest browsers.

This thread has been closed, thank you.