When i call a webhook trigger and subsequently use the respond with webhook node to return binary data it results in the download of that data
When i use a form trigger and subsequently use the respond with webhook node to return the same binary data the browser renders the binary data inline instead of as an attachment
I attempted to explicitly set Content-Disposition = attachment in the response headers but it’s not respected.
Is there a method to allow a form to respond with a binary file download after submission?
Hey Dan, I’m a PM for the Nodes team at n8n! We’re working on a “Respond with binary” setting on a Form End node right now, should be in the beta release the week after next.
Here’s an early demo, does that fit with your mental model of how this should behave (showing completion screen and auto-downloading the file)?