Problem uploading images

andrewoxford / 2015-05-24 16:02:56   

Hello!

I installed Indexhibit without a hitch. But images do not appear when uploaded. The upload process seems to work properly, progress bar and all. A box with an "x" appears in place of the image, however. The images do not appear in preview or when the page is updated. All of my folders have been configured appropriately and the images appear in Cyberduck when uploaded from the browser. I have tried Safari, Chrome and even Opera (don't laugh). I have also reconfigured the size limit on images. Any ideas?

rk2015 / 2015-06-04 17:12:55   

I have the same same problem some months now, at my site which is on more than year now, and all this I have been uploading my photos without a problem.
I ve checked the server, programmer who owns it tried for months to solve it, no results.
Is it something from indexhibit or the server or something else, anyone knows?

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

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.