Posts a file to a web server.
| Name | Type | Description | Mode |
|---|---|---|---|
| file | String | the name of the file to post. | in |
| formData | String[String] | the data form to be sent in the body (Default: no data in the body). | in |
| headers | String[String] | the headers to be sent (Default: no headers). | in |