Answers for "how to write inside input type file html"

9

input file define type

<input type="file" accept=".gif,.jpg,.jpeg,.png,.doc,.docx">
Posted by: Guest on May-05-2020
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

Code answers related to "how to write inside input type file html"

Browse Popular Code Answers by Language