That would be code in an aspx page. I have never used the Request to
read data before, but it seems to make sense. I have written files and
images out to a response.write before and it is a pretty straight
forward process. Looks like it is worth a shot,.
--Jon
Gray, Franklin W (RWG8) wrote:
He sent me this (below). How would I use this? In a web page?
<%
bytecount = Request.TotalBytes
binread = Request.BinaryRead(bytecount)
Response.BinaryWrite binread
%>
===================================
This list is hosted by DevelopMentorĀ® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
===================================
This list is hosted by DevelopMentorĀ® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com