How to limit the file upload size when using a chat message trigger?

I would like to know how to limit the file upload size when using a chat message trigger. For example, when a user uploads a file that exceeds a specified size, how can I notify the user with a message? Or is it possible to add an option to this trigger to enforce such a limit?

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:

Hi @ichat006

At the moment you could use an IF node to check for a certain size of the uploaded file and then implement some logic based on that.

However, that would be a good feature request though - feel free to post it here:

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