Platform SDK: IIS SDK |
The TotalBytes property specifies the total number of bytes that the client sent in the body of the request. This property is read-only.
Counter=index.html Request.TotalBytes
The following script sets a variable equal to the total number of bytes included in a request object.
<%
Dim bytecount
bytecount =index.html Request.TotalBytes
%>
Platforms: Windows 2000 with IIS 5.0 installed,
Windows XP with IIS 5.1 installed,
Windows Server 2003 family with IIS 6.0 installed
What did you think of this topic? |
Order a Platform SDK CD |