UploadConnectionSpeed Property

 

Type: Integer

 

Returns the visitor’s upload connection speed throughput in bits per second. For download speed see the ConnectionSpeed property.

 

Note: This property requires the Enterprise Edition of BrowserHawk.

 

Tip: See the uploadspeed.asp sample for a working example of the upload connection speed test.

 

Example:

<% set bhObj = Server.CreateObject("cyScape.browserObj")

bhObj.SetExtProperties "UploadConnectionSpeed"

bhObj.GetExtPropertiesEx

%>

<html>

  Your upload connection speed in bits/sec is: <% = bhObj.UploadConnectionSpeed %>

</html>

 

Special notes for this property:

 

See Also:

UploadConnectionLatency Property

UploadSpeedCheckFirstDatasize Property

UploadSpeedCheckMaxDatasize Property

UploadSpeedCheckMaxWait Property

UploadSpeedCheckTargetURL Property

UploadSpeedCheckTestSeconds Property

Detecting Upload Speeds

Detecting Connection Speed and Dialup Users