Answers for "change file button text"

1

change choose file button text

<button style="display:block;width:120px; height:30px;" onclick="document.getElementById('getFile').click()">Your text here</button>


<input type='file' id="getFile" style="display:none">
Posted by: Guest on December-11-2020

Code answers related to "change file button text"

Browse Popular Code Answers by Language