Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
JSZip is a javascript library for creating, reading and editing .zip files, with a lovely and simple API.
Example: Download and unzip files
Example: Add files to zip
macube , Hi, do you have a Construct 2 version of this plugin? I found a post on the forum, but there is no download link.
No, sorry i don't have a construct 2 plugin. This is for construct 3 only.
it can load a zip from local files?
yes, with Pick File object
What is the 'Pick File Object'? You mean the Ajax object?
It seems that you can only save txt files. I tried to save an image but it didn't work
is there a way to work with multiple files in one zip file? i'd like to create a zip with all Sounds and read from it
Hi, thank you for creating this.
Will this allow password input for file extraction OR when creating a zipped archive?
Does this have any file compression or is it for storing files only?
Hi,
password don't work with jsZip, please look here:
stuk.github.io/jszip/documentation/limitations.html
I mean, it can UNZIP from "Files" folder of Construct?
I think its not working yet. Later i'm looking into it.
I just tried requesting a zip file from my project files using ajax and then loading the zip file from Ajax.LastData but that didn't seem to work (Zipfile Failed to load) :(