I was searching for this but i can't find anything like this.I'm new to PHP, I want to have a backup of all my pictures in specific directory. I want when i click on link it collect all the images in that directory and compress them into a zip file, then it give me a download link for them. I saw an answer before for how to (download multiple files as zip in PHP) but i don't know how to get all the images full names in this directory and merge them with the commands for zipping I wish that's possible.
Asked
Active
Viewed 242 times
0
-
6Possible duplicate of [download multiple files as zip in php](http://stackoverflow.com/questions/1754352/download-multiple-files-as-zip-in-php) and others, so i don't know what you searched for. – Popnoodles Dec 13 '15 at 22:24
-
no this is not what i mean – id3vz Dec 14 '15 at 13:09
-
You don't want to zip up some images then push them to download? – Popnoodles Dec 16 '15 at 13:47