Showing posts with label File upload control. Show all posts
Showing posts with label File upload control. Show all posts

Sunday, August 24, 2014

Get full path of the selected file using FileUpload1 control

string  fileName = Path.GetFullPath(FileUpload1.PostedFile.FileName);