HTML5 introduced a nice feature for marking <a>
links as download endpoints, by simply adding download
attribute to the <a>
tag (see description).
Is it possible to do the same for HTML forms?
Here is a simple use case for example: I have a form that requests the user for some details, and after the user submits the form the server should return a file according to these details.