yunduan1994

在安卓手机上用<input type="file" id="file" onchange="filesize(this)" name="video" accept="video/*" capture="camcorder" multiple>上传视频文件的时候,在选取好了文件或者拍摄好了视频点击确定之后,文件选择界面关闭,但是文件并没有上传。而<input type="file" id="file" onchange="filesize(this)" name="video" capture="camcorder" multiple>或者<input type="file" id="file" onchange="filesize(this)" name="video" accept="video/*;capture=camcorder" multiple>可以上传但是无法调用摄像头,不知道有没有人遇到过这种问题,希望有技术大牛能分享一下解决办法。

相关文章:

  • 2021-08-11
  • 2021-12-15
  • 2022-01-12
  • 2021-09-23
  • 2021-12-20
  • 2021-12-01
  • 2022-01-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-11
  • 2021-11-28
  • 2022-02-08
  • 2021-04-12
  • 2021-07-18
相关资源
相似解决方案