Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Examples: ASP Request Object TotalBytes Property

The following example sets a variable equal to the total number of bytes included in a request object:

<%
dim bytecount
bytecount = Request.TotalBytes
%>


ContentsPreviousNextIndex