Login or Sign Up to become a member!

EXPERTS, INFORMATION, IDEAS & KNOWLEDGE

Social bookmarker Add this

ASP.NET: How to save a remote image

From Wiki

Jump to: navigation, search


Summary: How to save an image from a remote location to your web server.

  1. Dim r As New System.Net.WebClient  
  2. r.DownloadFile("http://http://aspnetlibrary.com/images/logo.png", "c:\aspnetlibrary.png")


This Hack is part of the ASP.NET Hacks collection

457 Rating: 1.0/5 (1 vote cast)