Reputation: 125
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
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