WebClient.UploadFile Method
.NET Framework 2.0
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. |