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

[enhancement] Working status - Progress Bar #187

Open
kurgans0 opened this issue Jan 27, 2023 · 2 comments
Open

[enhancement] Working status - Progress Bar #187

kurgans0 opened this issue Jan 27, 2023 · 2 comments

Comments

@kurgans0
Copy link

After an upload of large file (like 100Mo / zip with 5000 files), is it possible to have a progress bar to know the progress of Pandora's work.
If "Progress Bar" is not easy to have, maybe to have a message with the current extracted file and a count of fine done.

Comment:
Maybe to help you for a progress bar, it's to count the number of files in zip before to extract them.
It should be fast, isn't it?

@info-sic
Copy link

I'd love that, too.

@Rafiot
Copy link
Contributor

Rafiot commented Apr 25, 2024

A progress bar is hard, as starting from one file, we might have many more created over the time it is processed, and no clear idea on how long each worker will take.

How much the bar moves forward will have no relation with reality. But it can surely be added 😭

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

3 participants