images upload problem

franzi / 2015-06-28 16:29:07   

I cant upload images using Firefox.
Problem is the same to many threads in the forum on this topic.

I just updated to version 2.
changed the size file for upload files to 500.
select file, upload and cancel buttons open the select file window.
on safari upload works well.

any suggestions to what could help uploading images on firefox?

PHProductions / 2015-10-17 00:31:57   

indexhibit.org/forum/thread/21769/

The solution :
The uploading page doesn't work in Firefox unless you make some changes in the /ndxzstudio/asset/css/jquery.fileupload-ui.css file:
You have to comment (or delete) two lines in the ".fileinput-button input" css rule:
.fileinput-button input {
/* border-width: 0 0 100px 200px; */
/* -moz-transform: translate(-300px, 0) scale(4); */
}

This thread has been closed, thank you.