I am having a fileuploade control on my aspx page. On button click I want the physical fullpath of my file,
which i am going to upload on server. If the file is in desktop then it should show C:\Users
\Admin1\Desktop\Sample\HonourImages.png
I have used
Path.GetFullPath(Fileupload1.FileName)
but it is giving C:\Program Files (x86)\IIS Express\HonourImages.png instead of actual path
Pleasae help me with solutions.