Met Binaryread
# ASP BinaryRead Method
* * Complete Request Object Reference](#)
* * *
The BinaryRead method is used to retrieve data sent from the client to the server as part of a POST request. It stores the data in a safe array, which is used to store information about dimensions and size ranges.
**Note:** Please call Request.Form after calling BinaryRead, otherwise an error will occur.
### Syntax
Request.BinaryRead(count)
| Parameter | Description |
| --- | --- |
| count | Required. Specifies how many bytes to read from the client. |
### Example
The following example uses the BinaryRead method to place the contents of a request into a safe array:
* * Complete Request Object Reference](#)
YouTip