Answers for "input type file accepts documents"

0

html input type file accept text and word files

<input type="file" name="uploaded_file" accept=".txt, text/plain, .doc, .docx, application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document"/>
Posted by: Guest on May-29-2021
9

file input file types

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

Browse Popular Code Answers by Language