How to get full path in Fileupload control?

bharanidharanit

Well-known member
Joined
Dec 8, 2008
Messages
53
Location
India
Programming Experience
1-3
Hello,
How to get the full path from fileupload control browsing the path to it?
I want to get as this.
c:\Images\mine.jpg
I used this coding but this is working only in internet explorer, but not in mozilla, opera etc.
lbltext.Text = FileUpload1.PostedFile.FileName
 
Back
Top