Help with Imgur API and VB.NET - Image POST
问题 I'm trying to send an image to Imgur's server. Everything went fine and I'm getting the URL of the image from the parser but when I'm trying to open it on the web browser, I'm not getting the image... only a "broken image" icon. I think it's a problem in the convertion to the byte array.... but I don't get it. please let me know/fix my code. Dim image As Image = image.FromFile(OpenFile.FileName) Dim ms As New MemoryStream() ' Convert Image to byte[] image.Save(ms, System.Drawing.Imaging