Is there a way of detecting upload speed using jquery/javascript. For detecting download speed we make use of pseudostreaming where we calculate the total time taken in receiving the response.
On similar ground can we detect upload speed as well.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Phillip Tellis did a great presentation on it at JSconf.EU and also wrote this article about it:
http://coding.smashingmagazine.com/2011/11/14/analyzing-network-characteristics-using-javascript-and-the-dom-part-1/