1
Answer

Upload pdf file on another server.

Sonali Avhad

Sonali Avhad

4y
581
1
I want to upload pdf file on another server. what to user instead of 
string filepath = Server.MapPath("~/PDF/Images"); 
this.
because using server.mappath it stored pdf on  connection string server's folder - PDF/images.
 
But i want to upload pdf on another server.
How can i do.Please help me. 
Answers (1)