Home  >  Q&A  >  body text

javascript - IOS10.3 When uploading photos under WeChat, you can only take photos but cannot select files

Unable to select file when uploading photos in WeChat ios10.3

This is what I wrote before

 <input id="image" type="file" capture="camera" />

I suspect it is a capture problem, change it to this

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

Still not working, please give me some advice

黄舟黄舟2712 days ago1181

reply all(1)I'll reply

  • 大家讲道理

    大家讲道理2017-05-19 10:47:42

    accept="image/gif,image/jpeg,image/jpg,image/png" //image/svg should be used as little as possible

    reply
    0
  • Cancelreply