FormPost
| Method signature | ContentProxy.FormPost(url, parameters, succeededCallback, failedCallback) |
|
| Input Parameters | url |
The URL of the target location. |
parameters |
Parameters that are passed with a given URL. The parameters object basically is a dictionary which contains the parameters name and value as key-value pair. |
|
succeededCallback |
The function that is invoked when the operation succeeds. | |
failedCallback |
The function that is invoked if the operation fails. | |
| Callback Parameter | The content of the HTTP response as a string. | |
| Note | FormPost method performs an HTTP POST operation. |
|

