I'm trying to allow large file uploads, mainly videos, to the node-red server, and save the files to a location on disk.
I've tried Nicks example: https://flows.nodered.org/flow/c70d0b4c54b583cf30c7e989b74feb68
I tried it and get a maxFilesize exceeded error. I tried to adjust the maxFileSize variable in the defaultOptions object, and still get this message. I've tried to deploy, and clear browser cache. Error persists.
What am I doing wrong?
What are the limits of the http (Allow File Uploads)?