View Single Post
Old April 11th, 2005, 11:41 PM   #5 (permalink)
Brian
Guest
 
Posts: n/a
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.
  Reply With Quote