In The Hand LtdIn The Hand
UploadFileAsync Method (address, fileName)
NamespacesInTheHand.NetWebClientUploadFileAsync(Uri, String)
.NET Components for Mobility
Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread.
Declaration Syntax
C#Visual Basic
public void UploadFileAsync(
	Uri address,
	string fileName
)
Public Sub UploadFileAsync ( _
	address As Uri, _
	fileName As String _
)
Parameters
address (Uri)
The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.
fileName (String)
The file to send to the resource.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0