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
class.upload.php stops working after we upgraded our php from 5.3 to 5.5.
I am getting 'Status 500' for upload method.
In PHP Storm Editor, it is giving 'Multiple definitions exist for class upload'
$handle = new upload($file);
Thanks for your help