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.