C#, Asp.net Uploading files to file server...
- by Imcl
Using the link below, I wrote a code for my application. I am not able to get it right though, Please refer the link and help me ot with it...
http://stackoverflow.com/questions/263518/c-uploading-files-to-file-server
The following is my code:-
protected void Button1_Click(object sender, EventArgs e)
{
filePath = FileUpload1.FileName; …