Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] display download size #59

Open
matteomazza91 opened this issue Oct 7, 2019 · 0 comments
Open

[feature request] display download size #59

matteomazza91 opened this issue Oct 7, 2019 · 0 comments

Comments

@matteomazza91
Copy link

UI request

in the window listing all files being available to download, it would be nice to have

  • the size of the files being transferred (next to each file)
  • the total size (sum of previous values)
  • the size of the zipped archive.

HTTP header request

  • add the size of the download so that the browser (or client in general) can compute estimation

details

I know that the zip archive is created on the fly and so it is impossible to know the size before, but maybe is it a possible solution to spawn a thread that create the zip on the fly (without storing it) just to compute the size?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant