upload_file
Transfer files from your host system to the /app directory of the container for code execution. Specify source file path and destination relative path to make files accessible within the container.
Instructions
Upload a file from the host filesystem to the container's /app directory.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
local_path | Yes | Absolute path to the source file on host filesystem that will be uploaded | |
relpath | Yes | Destination path relative to container's /app directory (e.g., 'data/input.csv' saves to /app/data/input.csv) |