operations_uploadfile
Accept multipart/form-data file uploads and write them to a specified remote path. Define the remote and destination to store files.
Instructions
Upload files via multipart — Accepts multipart/form-data payloads and writes the uploaded files to the specified remote path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fs | No | Remote name or path where the uploaded file should be stored. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| remote | No | Destination path within `fs` for the uploaded file. |