html - Which video formats are accetable? -


i search in google , didn't found.
want know, when use input file that:

<input type="file" accept="video/*"> 

which video formats can uploaded?

i try upload .flv & browser ignore it.

is there different between browsers ? mobile browsers?

form controls need name attribute otherwise form they're associated ignores them:

<input type="file" name="upload" accept="video/*"> 

as video formats allowed, depends on os , browser. example, on system (window 10), firefox preselects these extensions:

*.avi;*.divx;*.flv;*.m4v;*.mkv;*.mov;*.mp4;*.mpeg;*.mpg;*.ogm;*.ogv;*.ogx;*.rm;*.rmvb;*.smil;*.webm;*.wmv;*.xvid


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -