Answers for "input type file support html accept"

1

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
0

file accept videos

accept="video/mp4,video/x-m4v,video/*"
Posted by: Guest on March-27-2021

Code answers related to "input type file support html accept"

Browse Popular Code Answers by Language