Form Trigger Excel/CSV file upload not working

Describe the problem/error/question

I use a form trigger in my workflow to upload excel files (or csv) that then be processed further. However, uploading excel or csv files currently does not work. Only pdf, docx, png etc. works.

What is the error message (if any)?

“Problem submitting response
Please try again or contact support if the problem persists”

Please share your workflow

Information on your n8n setup

  • n8nVersion: 1.73.1
  • Database: sqlite
  • Running n8n via: docker (self-hosted)
  • executionMode: regular
  • license: enterprise (production)
  • Operating system: MacOs

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:
  • **n8n version: 1.73.1 **
  • Database (default: SQLite): sqlite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker (self-hosted)
  • Operating system: MacOs

I didn’t get any issues with them…

Try to update the instance to the lastest version

2 Likes

Does the file content have an influence as well? Whats the max upload file size?

It looks like I can’t upload files bigger than 1MB either via the form or with a post request to the webhook node, any ideas why?

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