Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Examples: ASP Request Object BinaryRead Method

The following example uses the BinaryRead method to place the contents of a Request object into a safe array.

<%
dim bytecount
dim binread
bytecount = Request.TotalBytes
binread = Request.BinaryRead(bytecount)
%>


ContentsPreviousNextIndex