Server-side API Action max file size option
NodeJS
I want to allow users to upload a file by URL, and I don't want them pasting a 1 GB speedtest file... I see there's a built-in limit, I would like to configure that on a per-step basis
Edit: Do note, checking Content-Length response header is not a safe solution