Save URL to file

N

Norbert

Hi,

I have to download some *.jpg files from a web server and
to save them on the local disk using VBA Code in an Access
2002 mdb-file.

I tried something like

Set Req = CreateObject("Microsoft.xmlhttp")
Req.Open "GET", "http://www.testsite.de/JPG/3825530.jpg",
False
Req.send
Test = Req.responsestream

But this does not work, I cannot save the stream to the
disk.

Has anybody an idea how to solve this problem??

Best regards

Norbert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top