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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -