Dear All,
Syntax for show string value in File Upload control in asp.net ?
Regards
Jagatpal Singh
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ravi ShekharPosted May 15, 2013, 5:17 AM
use below code...
string str= Path.GetFullPath(FileUpload1.PostedFile.FileName)