WebClient::UploadFile Method

 

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

Namespace:   System.Net
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodUploadFile(String^, String^)

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

System_CAPS_pubmethodUploadFile(String^, String^, String^)

Uploads the specified local file to the specified resource, using the specified method.

System_CAPS_pubmethodUploadFile(Uri^, String^)

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

System_CAPS_pubmethodUploadFile(Uri^, String^, String^)

Uploads the specified local file to the specified resource, using the specified method.

Return to top
Show: