downloading

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
yshaf13
Forum Commoner
Posts: 72
Joined: Mon Apr 03, 2006 7:59 pm

downloading

Post by yshaf13 »

hi, i want to implement a function in my site that will allow people to download either a bundle of files, a single file or a bundle that they choose. i understand that the easiest way to set something up to be downloaded is to zip it, my question is, is tthere any way that the user can select a few files and the server will automaticly zip them and make them downloadable? if not, any other ideas?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

there are two zip classes in Code Snippets.
Post Reply