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.
I'm testing on my localhost using wamp, and have gotten the form to work perfectly on a .jpg that is 8.63kb, but when I try to do it on a 2.05 mb it is not working... any help please?
thanks,
Alex Gower
I needed to change the allowed upload size in the php.ini
Thanks!