Once u use that to upload files, the files should be saved in the different server, say server 2.
Currently i'm using
UploadFile.PostedFile.SaveAs(Server.MapPath("~/uploadFolder"));
That will upload to the "uploadFolder" of server1.
I want it change to server2. How can i go map server2 address there? Any help plz?












