From http://www.w3schools.com (Copyright Refsnes Data)
Complete Request Object Reference
The TotalBytes property is a read-only property that returns the total number of bytes the client sent in the body of the request.
| varbytes=Request.Totalbytes |
The following code sets the variable a equal to the total number of bytes sent in the body of the request:
|
<% dim a a=Request.TotalBytes %> |
Complete Request Object Reference
From http://www.w3schools.com (Copyright Refsnes Data)