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
Post a Comment