Upload/Import

ajmiller / 2013-07-10 08:06:58   

Have looked around and can't find the answer to my specific problem. When I select Upload/ Import the 'upload' dialog box opens. I click on 'Add files' and the Windows 'File Upload' box opens. I select my image and click 'open'. The image details appear in the 'upload' dialog box ok. When I click the blue 'upload' button the Windows 'File upload' box opens again. In fact the same box opens whether I click 'Add files', 'Upload' or 'Cancel'. The only button that seems to work is the 'cancel' button alongside the image details. Tried all the various fixes to similar issues but no luck. Thanks for any help.

arsondpi / 2013-07-10 08:50:09   

Click to the far right of the upload button if you're using Firefox.
Or try a different browser.
:-)

ajmiller / 2013-07-10 10:00:05   

Ok - clicking on far right of button doesn't work but using IE does.
What's changed with Firefox then?
Thanks for your reply.

Vaska A / 2013-07-10 11:57:22   

Which version of FF?

Clicking to the far right does work with FF...

mgpegre / 2013-07-10 14:32:42   

I have the same issue. On a mac with the latest version of FF, upload is exactly as described by ajmiller. Clicking to the far right used to work, but since the latest FF update something is amiss, It's as if the 'Add Files' button was activated over the entire dialog box. Also, with latest version of Safari I am also having problems. Chrome is working fine though.

Vaska A / 2013-07-10 14:38:52   

Ok, I'll look into this...

ajmiller / 2013-07-10 16:51:42   

"It's as if the 'Add Files' button was activated over the entire dialog box" - yes that's the same here
I'm using Firefox 22.0.

7 / 2013-07-11 14:31:03   

Same here. Working fine for me until today in fact. Nearly launched into a full blown thread of my own, but luckily saw this ;)

bipster / 2013-07-11 16:00:38   

I fixed it 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. }
7 / 2013-07-12 15:44:48   

That doesn't seem to work for me.

bipster / 2013-07-12 22:26:05   

Can you try clearing the Firefox cache after making the changes to the css file?

7 / 2013-07-13 17:58:51   

That nailed it, thanks very much Bipster.

ajmiller / 2013-07-14 16:58:08   

Works for me too once I cleared the cache. Thanks

This thread has been closed, thank you.