What does this node do?
Creates a file upload input that users can use to provide files when running the workflow. Supports single or multiple file uploads for processing documents, images, spreadsheets, and more.Configuration
Display label for the file input field.
Placeholder text shown in empty field.
File types to accept (e.g., “image/*”, “.pdf,.docx”, “text/csv”).
Allow multiple file uploads.
Whether the field must be filled.
Output
Access the value
Use{{File_0.value}} in other nodes to access the file input. For multiple files, iterate over the array.

