dev_unstable
hjm 6 years ago
parent 3bd19cbf57
commit 01489d7f0f

@ -423,7 +423,7 @@ function VideoUploadList (props) {
</div> </div>
{/* windows video/* 不管用 TODO */} {/* windows video/* 不管用 TODO */}
<input type="file" id="fileUpload" style={{display: 'none'}} onChange={onUploadChange} <input type="file" id="fileUpload" style={{display: 'none'}} onChange={onUploadChange}
accept=".flv, .f4v, .rmvb, .swf, video/mp4,video/x-m4v,video/flv,video/f4v,video/rmvb,video/swf,video/*" accept=".mkv, .flv, .f4v, .rmvb, .swf, video/mp4,video/x-m4v,video/flv,video/f4v,video/rmvb,video/swf,video/*"
></input> ></input>
</div> </div>
) )

Loading…
Cancel
Save