Replies: 4 comments 1 reply
-
Did you try to use the |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll check it out, hopefully it does! |
Beta Was this translation helpful? Give feedback.
-
You will probably need to use Range requests as well (see https://gildas-lormeau.github.io/zip.js/api/interfaces/HttpOptions.html#useRangeHeader) otherwise the |
Beta Was this translation helpful? Give feedback.
-
Perfect thanks, the backend team confirmed we won't be able to support range headers right now, but at least there's some progress indicator for the UX. Thanks so much! |
Beta Was this translation helpful? Give feedback.
-
Just stumbled upon this library and it seems to fit my use-case. I have files stored on a server, accessible through my API to logged in users. Content Disposition for these links to download 1 file is set to attachment (default inline)
Using HTTPReader, I was hoping to have the user download multiple selected files and ZIP them up to download just the ZIP as many users struggle with downloading single files (they find it tedious for obvious reasons, whereas a "select all then work with 1 ZIP" is much easier, even though technically they download each file to their browser in the background.
I currently use axios with a download progress callback to show them the % of download, does HttpReader have something similar to indicate the process of download before it's added to the ZIP?
Beta Was this translation helpful? Give feedback.
All reactions