Over 1 Meg blank page

See all posts See thread Reply

Re: Over 1 Meg blank page new!
by colin, 17 years, 3 months ago
When you upload the picture, do you do any processing on the picture? Or do you upload it just as any file?

If you do some image processing, such as resizing, a 1MB image will require quite a bit of memory for PHP.

I would say that you run out of memory. Try increase it in your php.ini: memory_limit = 64MReply