Handling multiple files received from 'on form submission'

  • **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.

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:

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

Thanks Ria

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.