button onload html code example
Example 1: upload button in html
<form action="/action_page.php">
<input type="file" id="myFile"
name="filename">
<input type="submit">
</form>
Example 2: how to download file html button
<a href="file.doc">Download!</a>