PDA

View Full Version : lzx resource Zip-extraction?


marcovth
10-19-2004, 02:55 AM
Hello ...

Can lzx extract gifs etc. from a resource Zip file?

I am making a photo album thumb-index for all my 1000
or so pictures, and the server is uploading all
these thumbs every time some one will visit.

I prefer to update a zip file when new pictures are
added, upload that zip file in one shot, and extract
the thumbs when needed.

So, is there a lzx tag to extract from Zip files?

Thanks for your reply.

- Marco.

orangehairedboy
11-17-2004, 01:27 PM
You could use a PHP script to handle that. You can add something to your .htaccess file telling your webserver to invoke PHP when requesting an image. The script then unzips the image and sends it back.