**n8n version:1.69.2
**Database (default: SQLite):sqllite
**Running n8n via (Docker, npm, n8n cloud, desktop app):docker
**Operating system:oraclelinux
What is the best way to handle multiple files for ‘on form submission’? I would like to save each file received by n8n webform to disk.
n8n
December 15, 2024, 11:39am
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
ria
December 20, 2024, 12:46pm
3
Hey @thedom4301
For this will you need the code node to place the multiple files from the form submission in an array so that the Write Files to Disk
node can process them.
Here’s a demo:
2 Likes
system
Closed
December 30, 2024, 12:02am
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.