2
Answers

How to get full file path

Prasenjit  Dey

Prasenjit Dey

11y
2.4k
1
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)