You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: