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?