Reputation: 1263
I get my image file like this;
var image = WebImage.GetImageFromRequest();
Than I save my image file to my local like this;
image.Save(Path.Combine("~/Images", NewFileName), "jpg");
But I want to save the image file to another hosting.. How can I do this??
Upvotes: 0
Views: 392