UploadFile
Upload a File. Path and FilePath are required for a successful operation.
Input
| Name | Type | Accepts Input Streams | Description |
| Path | String | False | Set this to the path of the file where it will be uploaded. |
| FilePath | String | False | Set this to the path of the file which will be uploaded. Example: C:/Users/User/Desktop/SampleUploadtest.txt. |
| Content | String | True | The content as an InputStream which will be written to the newly created file. Alternative to FilePath. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation completed successfully or not. |