mimicking Save Picture As functionality

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bonacipher
Forum Newbie
Posts: 1
Joined: Sun Jun 18, 2006 10:12 am

mimicking Save Picture As functionality

Post 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
printf
Forum Contributor
Posts: 173
Joined: Wed Jan 12, 2005 5:24 pm

Post 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!
Post Reply