Upload of images doesn't start

cedeh / 2015-03-11 22:00:37   

Hi. - I'm also unable to upload images. The config-data is correct, everything looks ok - but if i want to upload an image, the loading process doesn't start. I can choose one from my desktop, but it doesn't load. There is no hint given, that something doesn't work - but the images won't load - and if i try to cancel the uploading process (where nothing happens) - the window of choosing an image opens again...

what's the solution ?
Thx

cedeh / 2015-03-12 15:29:59   

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.