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

Progress Event not give correct value of loaded at the end of process #69

Open
MsSaak opened this issue Oct 7, 2016 · 1 comment
Open

Comments

@MsSaak
Copy link

MsSaak commented Oct 7, 2016

Hi!

When I decompress a file in the event progress I have:
Math.round((progressEvent.loaded / progressEvent.total) * 100)

but at the end returns an incorrect value in loaded (stop at 87%):
progressEvent.total = 63467337
progressEvent.loaded = 44145467

it seems that everything works fine but the value loaded is incorrect
someone knows why?
thanks in advance

@qroft
Copy link

qroft commented Oct 5, 2019

As i am also having some trouble with the onprogress showing, please check first this:
use a file explorer like total commander to see if the files are realy extracted.
In my case the files where all extracted but as it took some time to extract due to its big zip size, the onprogress did not even showed up.
It could be something with the file size, but at the moment i am not sure.

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

2 participants