Download several files at once.

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
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Download several files at once.

Post by Joe »

Is it possible to download several files from a directory at once?. I have created something in php which forces a download using header() but I can only seem to get it to download 1 file at a time. The reason I ask is because I have a PHP file manager project which has to be completed and I wish for this kind of functionality to be present.

Thanks


Joe 8)
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

tar and gzip them before downloadinig.
Post Reply