class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
more info about the class
See all posts See thread Reply
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 = 64M