redon13
7/26/2016 - 2:43 PM

How to trigger a file download when clicking an html button? source http://stackoverflow.com/questions/11620698/how-to-trigger-a-file-downl

<form method="get" action="file.doc">
<button type="submit">Download!</button>
</form>