UploadString2
| Method signature | ContentProxy.UploadString2(url, headers, |
|
| Input Parameters | url |
The URL of the target location. |
headers |
An array of headers used to create the request object
Each header object is a one-dimensional array with two elements. The first element is the name of the header and the second one is its value. For example: |
|
requestData |
Data to be POSTed | |
succeededCallback |
The function that is invoked when the operation succeeds. | |
failedCallback |
The function that is invoked if the operation fails. | |
| Callback Parameter | Content of HTTP response as string. | |
| Note | UploadString2 performs an HTTP POST operation. |
|

