Softaculous




PHP
  Blogi
  Portale/CMS
  Sklepy internetowe
  Fora dyskusyjne
  Media spolecznosciowe
  Frameworki
  Edukacja
  Video
  Galerie zdjec
  Zarzadzanie plikami
  Poczta/Mailingi
  Obsluga klienta
  Wiki
  Inne
  Systemy ticketow
  Dla baz danych
  Sonda i ankiety
  Zarzadz. projektami
  Zarzadz. reklamami
  Muzyka
  Kalendarze
  RSS
  Ksiegi gosci
  Gry
JS
  Biblioteki
PERL
  E-Commerce
  Blogi
  Mails
JAVA
  Project Management
  Forums
  Portals/CMS
  Blogs
PYTHON
  
JSZip
Category : libraries
Version : 3.10.1
Views : 78233 Views
Ratings : 2.333 out of 5
Votes : 3 Votes
Reviews : 0 Reviews
Space Required : 0.09 MB


 2.33  See Demo
 Write Review  Get Support


 
Overview JSZip helps you create .zip files with Javascript. JavaScript today is capable of generating a lot of data. The easiest way to deliver multiple files to your users is in a zip file. Instead of wasting server resources and bandwidth you can get the client to do it for you by JSZip.

Features

JSZip features :
  • add(name, data [,options])Add a file to the zip file. Supports chaining.
  • folder(name)Add a directory to the zip file. Supports chaining.
  • find(needle)Compare a string or regular expression against all of the filenames and returns an informational object for each that matches.
  • remove(name)Delete a file or folder.
  • generate(asBytes = false)Generates the complete zip file. By default encoded as base64.
 
  © 2023 Softaculous Ltd.    All trademarks and logos are the property of their respective owners!