how to saves images
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
HI, its possible to save images from urls without doing right-click-save images as..? I need to save images with a procedure that i get it the url of image. Anyone know if is this posible? Thanks for all
I guess u need to save / download image, when u know its url using some procedure. If this the case u can use WebClient.DownloadFile (simple), or use HttpWebRequest and HttpWebResponse. cool man