Home >Web Front-end >HTML Tutorial >Does the input tag not support uploading flv files? _html/css_WEB-ITnose
For example:
I use input to upload video files in flv format, but the filtering results are not displayed in chrome and cheetah browsers
<input id="btn_1" class="selectbtn" type="file" accept="video/x-flv" /><!--第一种MIME-Type--><br /><input id="btn_2" class="selectbtn" type="file" accept="flv-application/octet-stream" /><!--第二种MIME-Type--><br /><input id="btn_3" class="selectbtn" type="file" accept="video/avi" /><!--用于测试MIME-Type-->
Can anyone help?
I can’t find anything related online Is there a solution to the problem that no one has encountered before?
69b6a264411bba466f3db9ce7da434ef
69b6a264411bba466f3db9ce7da434ef
69b6a264411bba466f3db9ce7da434ef
69b6a264411bba466f3db9ce7da434ef