I m trying to upload images,audio files and videos to server through C#.net. What are the ways I c开发者_运维技巧an do that?
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
Refer this:
http://support.microsoft.com/kb/323246
精彩评论