How to Zip files using JavaScript?

后端 未结 6 1459
不知归路
不知归路 2020-12-09 08:29

Is there a way to zip files using JavaScript?? For an example, like in Yahoo mail, when you chose to download all the attachments from an email, it gets zipped and downloade

6条回答
  •  伪装坚强ぢ
    2020-12-09 08:52

    JavaScript is capable of doing this but not in a cross-browser fashion that you can count on.

    This can however be done easily with a server-side language. If you are used to PHP here is the documentation for PHP's ZIP functions: http://php.net/manual/en/book.zip.php

提交回复
热议问题