Page 1 of 1

mimicking Save Picture As functionality

Posted: Sun Jun 18, 2006 10:17 am
by bonacipher
Hi

I have a form full of photos and am wanting to provide users with the option of downloading these images. I have therefore created a checkbox below each photo with a unique name and the filename as the value, and a submit button.

Can anyone tell me how I then download these files onto the users' computer. Effectively I'm wanting to do a Save Picture As for each photo, but if I can get them to just select a folder to download all the images too then so much the better.

many thanks in advance for your help

Mike

Posted: Sun Jun 18, 2006 10:24 am
by printf
I would just use a zip or rar class and just zip them all up and then load the download. I think there is one here in the Code Snippets forum!

pif!