how can i get path of upload file like (F:\MyDotNetProjects\Myproject\Myproject\textdoc) where textdoc is my folder name and the path must be stored in the database using c# .how can i get this? plz help me..
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.
Sanjay SabariyaPosted May 22, 2015, 4:43 AM
example : string path = Server.MapPath("textdoc") + File1.PostedFile.FileName ;Sanjay SabariyaPosted May 22, 2015, 8:56 AM
navya bPosted May 22, 2015, 8:51 AM
Nanhe SiddiquePosted May 22, 2015, 4:36 AM
Dipankar BiswasPosted May 22, 2015, 4:30 AM