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
I can run the scrip and it save the image - only it isn't resizing them ;(
This is what I have so far
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.