Click to See Complete Forum and Search --> : GZip Images


Shmohel
05-15-2006, 04:50 PM
On my site I am trying to think of a way to bundle a set of images together in one file to allow users to download. I can't seem to figure out how to send images to a zip file. Can anyone assist?

NogDog
05-15-2006, 05:11 PM
PHP only comes with unzipping functions. However, there are classes such as this one (http://www.hotscripts.com/Detailed/53121.html) you could download to do this.

Shmohel
05-15-2006, 05:12 PM
Thanks.... I'll look into it.