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.
Hi, I'm a new user of the class.upload.php, but still I think I've run acrossed something that isn't demonstarted in the downloaded files.. and as such I'm not sure if it's even possible.
The issue: I'd like to have a form, that besides general info, also uploads images. So a form that uploads an image, which I need 3 of (big, medium, small) and a seperate image, that I only need the original size of.
How is this done? How do you assign different processing to images from the same form.
The issue:
I'd like to have a form, that besides general info, also uploads images.
So a form that uploads an image, which I need 3 of (big, medium, small)
and a seperate image, that I only need the original size of.
How is this done?
How do you assign different processing to images from the same form.
Thank you very much.