Answers for "html accept only video file"

33

accept only image input file

<input type="file" name="myImage" accept="image/x-png,image/gif,image/jpeg" />
Posted by: Guest on February-19-2020
-1

file accept videos

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

Code answers related to "html accept only video file"

Browse Popular Code Answers by Language