Upload fails no error msg

See all posts See thread Reply

Re: Upload fails no error msg new!
by colin, 17 years, 5 months ago
It can be the 1MB limit your you tmp directory. Also, if the image you upload is big, and if you do some image manipulation on it (resize, etc...), you will need more memory. For instance, a 1MB image will require 8 MB approx of memory to be processed. You might have to ask your host to increase the PHP memory limit.

Having a blank page, or no error message at all usually indicates a lack of memory available. A good test is to try your code with smaller images.Reply