4
Answers

Save file in different folder

Photo of Jagjit Saini

Jagjit Saini

6y
409
1
Hi
 
  When i u ser server.mappath i am able to save the file in inetpub\wwwroot.  I want to save file in different folder on same computer. I am trying below code but it is not working
 
string folderPath = "\\\\192.168.1.12\\Doc\\Test\\"; 
 
Thanks 
 

Answers (4)