But the code returned is always -1. Indicaticating it was not succesfull. How can I create/write files via the file/zip plugin and where should they go?
Nope I figured out there is no Windows 10 support. The unzip plugin only has (last checked few months ago) Android and iOS support.
You’ll have to update the unzip plugin with a custom windows C# component. I tried doing this myself but it didn’t’ really work. I have a working C# Visual Studio application that could unzip for me. Exported it to the unzip plugin successfully, But calling it from javascript was a hassle.
I ended up downloading 4000 images with 4000 calls instead of a zip file. Which turned out to work fine for me.