Dynamic Downloadable Folders

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
caseyc
Forum Newbie
Posts: 1
Joined: Sun Jun 07, 2009 11:06 am

Dynamic Downloadable Folders

Post by caseyc »

I have creating a large image database for a university and I am trying to implement an easy way for faculty to download images from the database all at once in a very simple way.

I have a "shopping cart" formula in which they browse the image catalog and select the images they want. When they check out I am trying to create a script that will force the download of a folder with all the images they had selected. Any ideas?

Thanks
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Dynamic Downloadable Folders

Post by onion2k »

Zip them.
Post Reply