使用input:file控件在微信内置浏览器上传文件返回未显示选择的文件

    原来的写法:

      <input type="file" accept="image/x-png,image/jpeg" />

    改成:

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

    解决!

相关文章:

  • 2021-10-17
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-04-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
相关资源
相似解决方案