php - zlib.output_compression - for zip functionality it should be On or Off -


what significance of zlib.output_compression in zip functionality?

should on or off?

do have add contenttype gzip

should extension of generated file should .gz instead of zip.

which best way of zipping bunch of files, huge number of files.

zlib.output_compression compressing text data browsers reduce traffic, can not used generate zip files.

you should use appropiate library severside , stream zip client correct mime type header, browser ask user store file usual download.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -