Hey There Programmers,
I can't download an image from an specific url, like: http://example.com/example.jpg
The header I send is:
GET /example.jpg HTTP/1.1
The response in DataArrival event is (forexample
Of course I put the data in a string variable and some weird characters appearCode:ÿØÿàŸÏйàCzáGéR‰ˆã¿øR‚¬@#kvÇA@[|ño}6)ËkmæÜEµº|ƒœÔ®8çŸïSCž~¾‚€"Ç‘{üƒŠ_²ÚñþŽžß(ÿ{S8Ǩÿ![]()
So the thing is how can I save the DataArrival As an Image?
Thanks in Advance.






Reply With Quote