Prop Totalbytes
# ASP TotalBytes Property
* * Complete Request Object Reference](#)
* * *
The TotalBytes property is a read-only property that returns the total number of bytes in the request body sent by the client.
### Syntax
varbytes=Request.Totalbytes
### Example
The following code sets a variable to the total number of bytes sent in the request body:
* * Complete Request Object Reference](#)
YouTip