Replies: 1 comment 1 reply
-
This is not possible if entries are compressed. The total size can be computed for zip files with uncompressed entries though. However, zip.js doesn't offer a function for this, as it isn't necessary. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to get a calculated final size before creating a zip archive for a file with known size? The archive would be encrypted with password, but does not need to be compressed.
Beta Was this translation helpful? Give feedback.
All reactions