Uploads the specified string to the specified resource, using the specified method.
- 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.
- method (String)
- The HTTP method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.
- data (String)
- The string to be uploaded.
A String containing the response sent by the server.