First of all great that you guys are continuing work on coppermine
"BIG THANKS FOR THAT" :D
From memory I recall some hack on the old board, about some zip function. I wasn't able to get it to work (old board was down too early) But from what I remember it was quite a nice feature would like to see that in a coming version.
yes! a feature that allows someone to download a whole album in one zip file...
that would be nice
this'd require the zip module to be built into php on the server - not many servers actually have this module, but maybe as an option...
GauGau
I'm running coppermine as an intranet image server for my family. So i can install PHP Zip. Once in a while my sisters want to send a some photos. So i would be great for them i they could zip them inside coppermine. muchas gracias
Quote from: "gaugau"this'd require the zip module to be built into php on the server - not many servers actually have this module, but maybe as an option...
I have a pure PHP class which allow you to make zips, tars and tar.gz without any extra modules - so if anyone wants to work on this I can help here