Reputation: 505
I want to zip compress files according to what the admin want and then admin will be able to download the files he selected in one zip files.. Is there any plugin/component to compress these files and serve it as download to user?
Upvotes: 0
Views: 869
Reputation: 5547
There is a ZIP extension for PHP that you could use.
Examples of usage here: www.php.net/manual/en/zip.examples.php
Upvotes: 1