Answers for "input type file file upload event"

9

file input file types

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

how to use input type file and show selected file on screen

<input type="file" name="file" id="file" multiple 
       onchange="javascript:updateList()" />
<br/>Selected files:
<div id="fileList"></div>
Posted by: Guest on December-01-2020

Code answers related to "input type file file upload event"

Browse Popular Code Answers by Language