Error Empty file upload result

GerardoGarcia / 2012-09-08 17:10:39   

I have modified the code in:

ndxzsite -> config -> options.php

... and have changed things in line 13 to rise the limit size of the file up to 1000.

But I still received the warning "Error Empty file upload result" everytime I try to upload and image that is 600KB.

Somebody know why?

Thank you

GerardoGarcia / 2012-09-08 18:39:46   

It seems to be a limitation with the dimension of the picture, not with the size of the file.

I can't upload images wider than 1896px. It's ok but, by the way, anyone knows haw to change this?

Thank you

Vaska A / 2012-09-08 18:46:04   

Because it's probably too big.

There are alot of threads around here about filesize - 200kb is the default max - you can reset this size in /ndxzsite/config/options.php.

GerardoGarcia / 2012-09-08 19:15:14   

I did, as I said. Now I am talking about image dimensions.

Thank you

Vaska A / 2012-09-08 19:20:45   

Image dimensions have nothing to do with this...it's about file size.

GerardoGarcia / 2012-09-08 19:39:11   

Right, that line of code has nothing to do with image dimensions.

It's just that trying to fix that (the problem with the file size), I realised that I can´t upload images wider than 1896px.

The reason why I was receiving the "Error Empty file upload result" warning was that my images were too wide.

does it make sense now?

Vaska A / 2012-09-08 22:33:13   

No, it's not realated. It purely has to do with filesize.

An all white image at 1896px wide is going to be infinitely smaller than a photo with that width.

Focus on the file size...

blighty / 2012-11-06 19:29:31   

I'm having a smilar problem to Gerarado when trying to up-load files. I've re-sized images in photoshop and saved to web and devices as low res J-PEG's at around 500k. I've also gone through the php. file and changed the max file size as well as trying various browsers etc I'm not sure how to get the imahe any smaller as I've saved as the lowest possible quality.

Thaks
laurablight.co.uk

arsondpi / 2012-11-06 19:56:19   

...and you made sure that the file extension is .jpg and not .jpeg?

Folder permissions are correct?

blighty / 2012-11-06 20:09:46   

I've sorted it.

Thanks

This thread has been closed, thank you.