bharanidharanit
Well-known member
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
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