B
Bimawen
Hi,
I tried to grab an image from the internet, forexample from
www.microsoft.com/image1.jpg, by using WinHttp. but WinHttp.ResponseBody is
a byte[], so when I tried to show them back to my browser by using:
Response.BinaryWrite(objWinHttp.ResponseBody)
it shows like a mess of letters. So my question is how can I show it up
correctly? A further question is
can I save it as an image file?
Thanks!
Bimawen
I tried to grab an image from the internet, forexample from
www.microsoft.com/image1.jpg, by using WinHttp. but WinHttp.ResponseBody is
a byte[], so when I tried to show them back to my browser by using:
Response.BinaryWrite(objWinHttp.ResponseBody)
it shows like a mess of letters. So my question is how can I show it up
correctly? A further question is
can I save it as an image file?
Thanks!
Bimawen