Click to See Complete Forum and Search --> : BinaryRead


moiseszaragoza
07-05-2007, 12:34 PM
I have this code

dim myTotalBytes, myBinaryRead
myTotalBytes=Request.TotalBytes
myBinaryRead=Request.BinaryRead(myTotalBytes)


BUT I cant seen to get how to use it

Terrorke
07-06-2007, 08:25 AM
maybe this will help you :
http://www.w3schools.com/asp/met_binaryread.asp

http://www.w3schools.com/asp/prop_totalbytes.asp