jimmywarting / StreamSaver.js

StreamSaver writes stream to the filesystem directly asynchronous
https://jimmywarting.github.io/StreamSaver.js/example.html
MIT License
3.97k stars 413 forks source link

Fixed large and add possibility to test locally for large files #257

Closed christianwengert closed 7 months ago

christianwengert commented 2 years ago

The saving-multiple-files.html allows to select files locally for testing large files

christianwengert commented 2 years ago

When I force zip64 always, I always get OK archives. If I compute whether or not to use zip64 dynamically I get semi-corrupt zip files.

Is there a reason why not simply use always zip64? Then the code would be much simpler

jimmywarting commented 2 years ago

i think Mac's default archiver can't (un)pack zip64

christianwengert commented 2 years ago

I am on a Mac and see no problem at all. Both with command line unzip tool as well as with finder default (version is Catalina, 10.15)