Answers for "how to click a button to download file"

0

download on button click

<a href="path_to_file" download="proposed_file_name">Download</a>
Posted by: Guest on March-19-2021
0

how to make a button download a file in html

$("#fileRequest").click(function(){ /* code to download? */ });
Posted by: Guest on November-22-2021

Code answers related to "how to click a button to download file"

Browse Popular Code Answers by Language