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
大家讲道理2017-05-19 10:47:42
accept="image/gif,image/jpeg,image/jpg,image/png" //image/svg should be used as little as possible