upload_file
Upload a file to a specific Langflow workflow. Provide flow ID, file name, and base64-encoded content.
Instructions
Upload a file to a specific flow. Supports multipart/form-data for binary file uploads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_id | Yes | Flow ID (UUID) to upload file to | |
| file_name | Yes | Name of the file to upload | |
| file_content | Yes | Base64 encoded file content |