I am trying to make a download button, however, when the button is clicked, I want the button value to say "File Downloaded". For some reason the file does not download... Someone once told me everything is possible in Web Development
My Current Code:
<li><input onclick="this.value='File Downloaded'" href="DP_1tahoe.rbxm" download="DP_2018 Tahoe.rbxm" type="button" value="Download" id="myButton1" /></li>
Please correct my code, thank you so much