Image upload not working again

alowawa / 2014-02-18 17:12:58   

image upload not working in v2
I see that vaska answered this in another post, and that the solution was clicking the far right side of the upload button in firefox. but this is really not working. It will not upload!

arsondpi / 2014-02-18 18:11:37   

Hello!

Did you try a different browser?
Are your files less than 200Kb?
Are your folder permissions correct?
There's a lot of threads covering this issue in this forum - just search using "Upload" as the keyword.
Please post back if you can't figure out the issue.

bipster / 2014-02-18 19:20:31   

Edit the /ndxzstudio/asset/css/jquery.fileupload-ui.css file and comment the border-width and -moz-transform lines:

  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. }
bipster / 2014-02-19 16:54:21   

Remember to clear your browser cache after you make the changes to the jquery.fileupload-ui.css file.

This thread has been closed, thank you.