G
Grant Harmeyer
When I try to upload a file to a resource on my local webserver, my code
catches an exception that a 405 error (method not supported) has occured on
the server. I set the code up nearly exactly as it is shown in the following
link:
http://msdn.microsoft.com/library/d...lrfsystemnetwebclientclassuploadfiletopic.asp
The only thing I did differently is that I also set the BaseAddress property
of the WebClient instance. I have tried using both of the overloaded
UploadFile() methods with the same results each time. Is there any really
good documentation out there on the use of the System.Net.WebClient class?
TIA,
Grant Harmeyer
catches an exception that a 405 error (method not supported) has occured on
the server. I set the code up nearly exactly as it is shown in the following
link:
http://msdn.microsoft.com/library/d...lrfsystemnetwebclientclassuploadfiletopic.asp
The only thing I did differently is that I also set the BaseAddress property
of the WebClient instance. I have tried using both of the overloaded
UploadFile() methods with the same results each time. Is there any really
good documentation out there on the use of the System.Net.WebClient class?
TIA,
Grant Harmeyer