| Re: Blank page after upload
If you're using GD to resize your images then that is because your host has the memory limit set to a low number. GD requires 1 byte of memory for each pixel of the image, so you'll need to ask your host to either up the limit, or have them install Image Magick and use that as your resizing program instead.
|