Search w3schools.com:

SHARE THIS PAGE

ASP TotalBytes Property


Request Object Reference 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.

Syntax

varbytes=Request.Totalbytes

Example

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
%>


Request Object Reference Complete Request Object Reference

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]