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'd first like to resize an uploaded image and copy it to a folder (which I do successfully), then create an image of smaller size to use as a thumbnail and copy it to another folder. I see that I need to use multiple processes over the file loaded to temp folder on server, but I can't figure out how. Can you give an example please?Reply
I'd first like to resize an uploaded image and copy it to a folder (which I do successfully), then create an image of smaller size to use as a thumbnail and copy it to another folder. I see that I need to use multiple processes over the file loaded to temp folder on server, but I can't figure out how. Can you give an example please?