Answers for "how to set file into file input elment programtically"

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 set file into file input elment programtically"

Browse Popular Code Answers by Language