Workspace 6.21.5
|
Submits a HTTP POST request containing the contents of a file.
Inputs: | |||
---|---|---|---|
URL | QString | ||
Source File | QString | ||
Content-Type | QString | ||
Translate line endings | bool | Translate any line endings in the file to the line endings supported by the platform on which the operation is executing. | |
Log info | bool | If enabled, the operation will write its activities to the log as it attempts to send the request. | |
Log errors | bool | If enabled, the operation will log errors as they occur. | |
Outputs: | |||
Response | QString | The returned HTTP response. |