How Can I Save Image File To Another Host With FTP

404 Views Asked by At

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??

0

There are 0 best solutions below