adm-zip
adm-zip copied to clipboard
doesn't support write zip64 file
seems like this library is still leaking of zip64 support. I saw there is a PR from @pierre-lehnen-rc https://github.com/cthackers/adm-zip/pull/301 to address zip64 support but seems like it only supports to read zip64 file. When saving a zip file with more than 65535 entries, the code here https://github.com/cthackers/adm-zip/blob/master/headers/mainHeader.js#L67 is still not working, it's assuming writing normal zip file and will throw buffer error here.
Still no solution -_-
@5saviahv @cthackers Are you planning to support this feature soon? If not I am considering to do some investigation and bring a PR to add this feature
I had a plan to add this feature, I have even some pre-alpha stage code for it.
@5saviahv Sounds great, thanks~
@5saviahv Looking for get this fixed , please update the issue and let me know when it is released. thx.
@5saviahv any update on this issue?