Skip to main content
The Upload File node lets the user upload one or more documents or data files. In Studio you upload files directly; in App mode it becomes a file upload field.

When to use

  • Uploading CSV data
  • Attaching PDFs or JSON for processing
Common patterns: upload_file → split_text, upload_file → generate_text.

Outputs

File
file
The uploaded file.

Configuration

label
string
default:"Upload File"
The label shown for this input, including as the field label in App mode.
maxFiles
number
default:10
Maximum number of files the user can upload.
Uploads default to accepting pdf, csv, json, and txt files.