I getting one image with HTMLAgilityPack and then I want to load it as byte so I could save it in database....byte[] bIMG = File.ReadAllBytes(doc.DocumentNode.SelectSingleNode("//img[@class='image']").Attributes["src"].Value);
...But it says ...URI format...