I wondered how can one build the indicator of upload speed like what we see in google drive or any other service. I know axios has onUploadProgress
options which can help us to build progress bar. But how to use it to show actual transfer speed for every second in real time.
Asked
Active
Viewed 467 times
1

Rahul Ahire
- 161
- 3
- 15
-
Check this answer [https://stackoverflow.com/questions/54213601/how-to-show-progress-of-axios-during-get-request-not-download-or-upload] – ABDULLOKH MUKHAMMADJONOV Sep 27 '21 at 10:33
-
That's not I want to know. I want to understand how to get transfer speed not the progress bar. – Rahul Ahire Sep 27 '21 at 15:33