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
See all posts Reply
I got my uploader app to function perfectly on my localhost but when I move it to my dev server the image is not copied at all onto the server.
When I checked Charles, it received a 0 error response from the upload script, however the file simply isn't there. Have you seen this issue before?
Cheers.
It was copying to a folder way up the chain in my filesystem. Another dumb mistake!