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.
But you code is strange... Why are you using $handle when you instantiated the class with $foo? Also, why are you using mime_fileinfo? You cannot use it like this.Reply
But you code is strange... Why are you using $handle when you instantiated the class with $foo? Also, why are you using mime_fileinfo? You cannot use it like this.