Link to home
Start Free TrialLog in
Avatar of Quicklearner07
Quicklearner07

asked on

XMLHTTP + Download a file

I want to download a mydata.pdf file from the webserver to the c:\temp folder. How do I do that using XMLhttp and using verbs such as Get,Post or Put. Code example or snippet would be of great help.

Dim xmlhttp As New Msxml2.xmlhttp
xmlhttp.Open "GET", "http://localhost/mydata.pdf", False
xmlhttp.send

What do I do next?
ASKER CERTIFIED SOLUTION
Avatar of kawas
kawas
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Eddie Shipman
Eddie Shipman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial