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.
You're looking for the SaveAs
method.
You can use a tool such as Uploadify for that.
It is very easy to use and highly customizeable.
精彩评论