mpds-io / 7zip.html

Browse 7z archives online in the web-browsers
https://unzip.mpds.io
MIT License
16 stars 0 forks source link

add support for extracting binary files #15

Open lilyanatia opened 1 year ago

lilyanatia commented 1 year ago

it would be nice to be able to extract binary files by clicking the "save" button, even if displaying them isn't supported.

blokhin commented 1 year ago

@lilyanatia it’s already there: https://github.com/mpds-io/7zip.html/blob/bd9765273c7055457a7ed35cc15e71986c898092/package.json#L59

lilyanatia commented 1 year ago

@blokhin the "save" button is disabled for binary files: https://github.com/mpds-io/7zip.html/blob/master/src/scripts/index.js#L104

blokhin commented 1 year ago

Ugh, please, let me recall, why was that done...