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.
Just did a lot of troubleshooting on this and found that my issue had to do with how i was storing the file in MySQL. I was using BLOB instead of LONGBLOB, so my images were being cut off.
No issues with the Upload.class at all! Whew :)Reply
No issues with the Upload.class at all! Whew :)