2
Reply

How to get full file path

Prasenjit  Dey

Prasenjit Dey

Oct 3 2013 8:30 AM
2.3k
I have a file upload control. I want to get the full path of file from file upload control. I'm using that below code,

filePath = FileUpload1.PostedFile.FileName; 

But I'm getting only filename instead of full path

Answers (2)