When I try to upload an image it appears to upload fine (I can see it in upload folder via ftp) But, after uploading it just shows a blank white page with url of
http://www.prophotohome.com/forum/ph...ploadphoto.php
It does not show up in the gallery either.
Just tried it with a smaller jpeg file and all upload properly.
I am using GD2 with about a 3meg 13 megapixel jpeg image.
I have already tried to add these lines to uploadphoto.php:
ini_set("memory_limit", "32M");
ini_set("max_execution_time", 0);
No difference. I'm pretty sure my php.ini is already set to 32M by default.
Drew