๐Ÿ“ Process multiple files with forms: a tutorial on binary data and loops

โšก 5,409 views ยท ๐Ÿ“ File Management

Description

Let a user load multiple files with a Form node, and process the binary data. A very important workflow for many tools.

This is a learning example of several core concepts that are hard to grasp in n8n:

The Save File deomonstrates how to access the binary data correctly, but could be swapped to POST the files to an AI, for example.

๐Ÿ”— Nodes Used

n8n Form Trigger, Read/Write Files from Disk

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup