Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP General
How to save byte stream as binary document
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="eengel, post: 4383088"] Hi, A site Im working with has an API that allows one to retrieve files. The file is a Word doc sent as a byte stream. url="blah.asp?fileid=777777" set oXMLHTTP=server.CreateObject("MSXML2.ServerXMLHTTP.4.0") oXMLHTTP.open "POST",url,false oXMLHTTP.send binData=oXMLHTTP.responseText I am trying to save the stream as a file on the Web server. It isn't working. I've tried using FS.OpenTextFile, Stream.Write, etc. Nothing is working. Anyone have any sample code on how to do this? Thanks [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP General
How to save byte stream as binary document
Top