Hi, it is about type conversion from binary into character string in asp vbscript.


in asp page:

lngTotal = Request.TotalBytes
bBytesRead= Request.BinaryRead(TotalBytes)

'-- data in bBytesRead are of BINARY type

I wonder if I could convert those data and store into a string variable named strMystring. What is the code ?

OR

How can save this data in a Text file ?
And read the text file into a string variable ?


Thanks for any reply.




[Edited by DavidBG on 11-14-2000 at 05:18 PM]