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.
Check you webserver logs, it will tell you why the page crashes.
If you need to upload very large images, you'd better off using ImageMagick for instance; PHP/GD is not really appropriate for intensive processing.Reply
If you need to upload very large images, you'd better off using ImageMagick for instance; PHP/GD is not really appropriate for intensive processing.