Click here to Skip to main content
16,019,107 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get users internet speed in javascript, so that i can calculate time to upload the data.
Posted
Comments
Richard MacCutchan 27-Jun-13 3:55am    
As far as I'm aware you have to time each block of data as it is uploaded, and estimate the time remaining based on that. There is no guarantee that the speed will be constant.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900