Forum Moderators: open
Response.BinaryWritemethod.
However, does anybody know how to write the binary file to disk on the web server using ASP (classic) & VBScript?
Had a look round and I can only see how to write text files and load binary files.
Thx in advance
Josh
.NET you can use the System.IO.BinaryWriter class
[samples.gotdotnet.com ]