Multiple Upload - Multiple processing

See all posts Reply

Multiple Upload - Multiple processing new!
by Matt, 11 years, 1 month ago
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.

Thank you very much.Reply
Re: Multiple Upload - Multiple processing new!
by colin, 11 years, 1 month ago
Please see the example on the main page, or in the code package; it does just that, processing the same image several times.Reply
Re: Multiple Upload - Multiple processing new!
by Matt, 11 years, 1 month ago
Yes.. the same image.

But I couldn't figure out how to treat each upload - with a different processing. The problem wasn't to add multiple processes, but to treat each upload with its own.

Had a friend rewrite your array though, so it all worked out : )Reply