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
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