Blank Page after upload.

See all posts See thread Reply

Re: Blank Page after upload.
by Dan Patterson, 12 years, 3 months ago
Thanks for the explanation. I have set memory limit to 650M then to 1G , but still not enough. Will try more!

My source image is 4608 X 3072 and am processing it 4 times to 4 different sizes.

Even if I don't process the first time the remaining 3 don't work either.

Not really sure how to deal with this since images that will be uploaded by users are likely to be of large pixel size, i.e. from a digital camera.

Thanks, DanReply
Re: Blank Page after upload. new!
by colin, 12 years, 3 months ago
Check you webserver logs, it will tell you why the page crashes.

If you need to upload very large images, you'd better off using ImageMagick for instance; PHP/GD is not really appropriate for intensive processing.Reply