2
Answers

How to get full file path

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)