3 out of 4 rated this helpful - Rate this topic

WebClient.UploadFile Method

Uploads a local file to a resource with the specified URI.

Name Description
WebClient.UploadFile (String, String) Uploads the specified local file to a resource with the specified URI.
WebClient.UploadFile (Uri, String) Uploads the specified local file to a resource with the specified URI.
WebClient.UploadFile (String, String, String) Uploads the specified local file to the specified resource, using the specified method.
WebClient.UploadFile (Uri, String, String) Uploads the specified local file to the specified resource, using the specified method.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.