user755230
user755230

Reputation: 125

how to upload files to server through c#.net?

I m trying to upload images,audio files and videos to server through C#.net. What are the ways I can do that?

Upvotes: 0

Views: 4572

Answers (2)

David C
David C

Reputation: 2796

Is it a windows client application? ASP Forms? MVC?

EDIT: Then use the File Upload control.

http://www.aspnettutorials.com/tutorials/controls/use-fileupload-ctrl-asp4-cs.aspx

Upvotes: 1

Anand Thangappan
Anand Thangappan

Reputation: 3106

Refer this:

http://support.microsoft.com/kb/323246

Upvotes: 1

Related Questions