If I have some binary 'content' (i.e. from an image taken out of a database blob) I can easily stream this down to a client using the Response.BinaryWrite method.
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.
As far as I can see FilePut is a pure Visual Basic feature and is unavailable to VBScript (and therefore Classic ASP) - I've tried the examples without any success.