Answers for "how to style input file text"

0

set text of file input

<input type="button" id="loadFileXml" value="loadXml" onclick="document.getElementById('file').click();" />
<input type="file" style="display:none;" id="file" name="file"/>
Posted by: Guest on May-22-2021
0

input type file custom css

<input type="file" class="custom-file-input">
Posted by: Guest on September-28-2020

Code answers related to "how to style input file text"

Browse Popular Code Answers by Language