Easy Tutorial
❮ Prop Path File Met Copy Folder ❯

ASP BinaryRead Method



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: Call Request.Form after BinaryRead, otherwise it will cause an error.

Syntax

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:


❮ Prop Path File Met Copy Folder ❯