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
require_once "library/class.upload.php";
(NOTE: class.upload.php is in library/)
And I get this: PHP Fatal error: Class 'upload' not found in /home2/company/public_html/dev/upload.php on line 2
Line 2 of upload.php is as follows:
$handle = new upload($_FILES['sessionPDF']);
What am I doing wrong?