Multi Upload Files Enabled with Limit X number

Just wanted to know for the built in form of n8n, is there way to limit the number of files e.g.
Multiple files can only be upto 5 files or 10 files
I know I can be set individual upload fields but just wondering if there is a way using multi files enabled

Information on your n8n setup

  • n8n version: im usng cloud
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

At the moment there is no way to limit the number within the node.

One way to limit the number streaming thru the worklfow is using a code node

I have setup an example

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