The BinaryRead method retrieves the data sent by the browser as a part of a POST request. (Returns a variant.)
Data = Request.BinaryRead (Count)
The data sent by the POST request. It is an array of one
Before the call specifies the number of bytes to read, and afterwards the number of bytes that were actually read.
To check how many bytes actually exist in the body of the client request, use the TotalBytes Property.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |