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
dim myTotalBytes, myBinaryRead
myTotalBytes=Request.TotalBytes
myBinaryRead=Request.BinaryRead(myTotalBytes)
BUT I cant seen to get how to use it