yusuf
yusuf

Reputation: 1263

How Can I Save Image File To Another Host With FTP

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

Answers (0)

Related Questions