Go back to list of previously asked questions and answers
Question: |
I would like POST a binary data file from one server to the other. The way I am thinking is to Base64 encode the data using MSXML DOM and then POST using XMLHTTP to the remote server. Then on the remote server load the XML, decode base64 to binary and save it as a local file on the remote server. Can you please provide an ASP example of doing this? |
Asked By: |
Guest |
Viewed: |
26816 |
Answer: |
You can use ADODB Stream to re |
Go back to list of previously asked questions and answers
|