How to track upload progress? #2603
Unanswered
wuyuanyi135
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have read the documentation about how to track the progress of downloading. I want to implement a similar functionality for post uploading. However, the following code did not track the progress in realtime. Instead, it finishes much faster than the actual uploading. I suspect that the library will try to read and cache the data from the io so I could not get the real upload progress. Can you suggest a proper way to implment this functionality? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions