/ Published in: C#
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
byte[] imageData = DownloadData(Url); //DownloadData function from here Image img = Image.FromStream(stream); stream.Close();
URL: http://www.vcskicks.com/image-from-url.php