Arun
Arun

Reputation: 1704

How to upload a file and move to a directory in c#

I am developing a website, i want to upload a file and i want to save the uploaded file to a directory.can anyone please help me to sort this problem out.

Thanks in advance.

Upvotes: 1

Views: 525

Answers (2)

Josh Mein
Josh Mein

Reputation: 28645

You can use a tool such as Uploadify for that.

It is very easy to use and highly customizeable.

Upvotes: 0

SLaks
SLaks

Reputation: 887453

You're looking for the SaveAs method.

Upvotes: 2

Related Questions