|   | Product Home Page | Developer Site | Version | 
|      | 
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)
%>
|      | 
Copyright © 2003 Sun Microsystems, Inc. All rights reserved.