R
rkmoray
I am trying to upload a pdf file to a web server. The server is local
right now for testing.
I am running xp, iis5
I get a 405 error on the post, please help.
String uriString = "http://localhost/PineNet/";
WebClient myWebClient = new WebClient();
string fileName = txtFilename.Text;
byte[] responseArray =
myWebClient.UploadFile(uriString,"POST",fileName);
right now for testing.
I am running xp, iis5
I get a 405 error on the post, please help.
String uriString = "http://localhost/PineNet/";
WebClient myWebClient = new WebClient();
string fileName = txtFilename.Text;
byte[] responseArray =
myWebClient.UploadFile(uriString,"POST",fileName);