In The Hand - .NET Components for Mobility
UploadFile Method (address, fileName)
NamespacesInTheHand.NetWebClientUploadFile(String, String)
Uploads the specified local file to a resource with the specified URI.
Declaration Syntax
C#Visual Basic
public byte[] UploadFile(
	string address,
	string fileName
)
Public Function UploadFile ( _
	address As String, _
	fileName As String _
) As Byte()
Parameters
address (String)
The URI of the resource to receive the data.
fileName (String)
The file to send to the resource.
Return Value
A Byte array containing the body of the response from the resource.

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