Google dot what?
Posts: 2
16 credits Members referred : 0
« on: May 12, 2006, 03:41:27 AM »
Hi!
First, thank you for your fantastic upload class!
I would like to know if you have an exemple for multiple upload images that I can resize with imagemagik.
I see the multiple_upload_exemple.php and foto_upload.php but It's difficult for me to join these 2 scripts to make one. Could you help me please?
Excuse my bad english cause I'm french.
Thank you in advance,
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6487
39754 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: May 12, 2006, 09:10:19 AM »
Hello,
I'm sorry but there is no example for multiple photo processing. I suggest to use more than one object to upload several files the same time (thats what I do). But be carefull, if you upload f.e. 3 foto's a 1MB (1400*1050px), the upload is not really a problem but the image resize functions takes lots of memory. That's the reason why I added imageMagik support, the GD lib needs lots of memory with only one photo.