how to upload text file by using file upload
how to upload text file by using file upload in asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted Mar 20, 2009, 2:17 AM
You can also refer the following articles.
1.http://msdn.microsoft.com/en-us/library/aa479405.aspx
2.http://www.aspnettutorials.com/tutorials/network/net-fileupload-aspnet2-csharp.aspx
3.http://www.codeproject.com/KB/aspnet/fileupload.aspx
Vimal KandasamyPosted Mar 20, 2009, 1:42 AM
its simple
FileUpload1.SaveAs(filepath);