Uploads the specified string to the specified resource.

Declaration Syntax

Parameters
- address (String)
- The URI of the resource to receive the string.
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.
- data (String)
- The string to be uploaded.

Return Value
A
String containing the response sent by the server.
Assembly:
InTheHand.Net (Module: InTheHand.Net) Version: 2.1.0.0