Problem with saving binary file using VBScript
I want to download .xls file from internet. I'm able to get this data, but they are in binary form. I'm using ResponseBody property of WinHttpRequest object [WinHTTP].
I have a problem with saving mentioned binary data into file using VBScript. Do anybody know how to download or save such a data?
Thx
TD
|