微信浏览器 不支持 html5 multiple多文件上传选择,只能选择一个文件
微信公众号开发时 实现多图上传的功能 但是实际上 安卓手机上只能义词上传一张图片(测试的机型:一加5、一加6、华为note10)代码如下:
<div data-v-2dee107c="" class=“uploaderImg van-uploader”>
<img data-v-2dee107c="" src=“http://s.xiyuekids.com/school-sass/wechat/static/teacher/[email protected]” alt="">
<input type=“file” ref=“file” @change=“readImg” accept=“image/*” multiple=“multiple” class=“van-uploader__input”>
</div>