and figured out that I was missing some important details. The file upload (if I upload that to a webhook) works as expected if the upload is done as binary file.
But if I upload the same file within a form I get a faster response from n8n (somehow as if the file is not uploaded at all) and the data in n8n is empty.
Here is the curl command I use to upload as form (where it does not work):
Hi @Jon
Thanks for taking that into consideration.
170mb works just fine.
I’ve uploaded files up to 210mb without any problem.
But I get erros when trying to upload files (in forms) bigger than that.
My personal test file has a size of 260mb.
Yeah that has done it, I will check to see if we have an option to increase that form-data is a bit different so the usual payload option may not work.
n8n uses formidable to parse form-data payloads, which defaults to 200MiB for max file size. The 210MB file that’s working for you is about 200MB.
This will be addressed here.
Once this change is merged, you’ll be able to set a higher limit for your n8n instance via an env variable.
@Jon thanks for looking into it and solving it that quick.
Do you think it would be helpful for other community members to relate this thread in the one I mentioned before?
If you think so please feel free to do so. Thanks for your support!