WICG / entries-api

Spec defining browser support for file/directory upload by drag-and-drop
https://wicg.github.io/entries-api/
Other
41 stars 9 forks source link

Add ZIP sample #17

Open inexorabletash opened 7 years ago

inexorabletash commented 7 years ago

Somewhere (not necessarily in the spec) we should have a sample that generates a ZIP of the uploaded content.

Safari does this automagically in some cases (.app directories; others... ?) and that should maybe be something we build into the platform.

inexorabletash commented 5 years ago

DEFLATE via https://github.com/ricea/compressstream-explainer/blob/master/README.md ?

Would still need container format. Some common zip library?