Error abort when uploading files

parazyd / 2015-12-01 21:23:01   

I'm having issues with uploading images. Whatever image I choose, I get Error abort on upload.
How do I fix this?

Ontwerplab / 2015-12-03 20:48:17   

Hi there,
Same problem here. Just upgraded to version 2. Permissions set to 777. And tried with smal jpg's 40k. Everytime I get the message Error abort.
Also tried to upload in Chrome instead of Firefox, but problem stay's there.
My website is ontwerplab.nl. In the old 0.73 version I never had problems uploading images.
I looked around the forum and read a lot of threads but didn't found the solution to this problem.
Does anyone know how to fix this?

parazyd / 2015-12-03 21:01:20   

I reinstalled and when installing, selected the old existing database. Works now.

Ontwerplab / 2015-12-03 21:10:59   

ok. sounds good. before you reinstalled: did you deleted the new folders which come up with version 2 (dimgs, ndxzstudio, ndxzsite)?

Ontwerplab / 2015-12-03 21:12:43   

and which browser do you use? ans which permissions: 777 or 755?

Ontwerplab / 2015-12-15 07:32:39   

problem solved:
cleaned up my diskspace. and found two ways of uploading pictures:
1. via google chrome
2. via firefox: upload-button > inspect element/firebug > in rules: diseble rule "transform; translate (-300 px, 0 px) scale (4);"

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); */
}

as proposed in indexhibit.org/forum/thread/21769/ didn't work for me

This thread has been closed, thank you.