http_upload
Upload a file via HTTP POST to a specified URL. Supports authentication, custom headers, and form field naming.
Instructions
Upload a file using HTTP POST with curl
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to upload the file to | |
| auth | No | Authentication configuration | |
| headers | No | Optional headers to include | |
| timeout | No | Request timeout in seconds (default: 60) | |
| filePath | Yes | Path to the file to upload | |
| insecure | No | Allow insecure SSL connections (default: false) | |
| fieldName | No | Form field name for the file (default: file) |