Detect connection speed

  • Thread starter Thread starter DaveF
  • Start date Start date
D

DaveF

Is there a way to do this, without browser Hawk? Does anyone have some code?
 
Just guessing here,

speedtext.aspx
--sets start time in viewstate
--throws large file at client, like a 1MB Image
--after file is finished downloading, page postbacks

then.
--get finish time
--you do the math from that point, (finish time - start time) and figure out how to correlate that to the size of the file

--Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top