Answers for "accept all video in input type file"

2

input file accept image

<input type="file" name="myImage" accept="image/png, image/gif, image/jpeg" />
<input type="file" name="myImage" accept="image/*" />
Posted by: Guest on November-29-2021
0

file accept videos

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

Code answers related to "accept all video in input type file"

Browse Popular Code Answers by Language