微信中使用input type="file"做文件上传,accept属性没有限制为image,但是在微信浏览器内只能选择手机内存里的图片,不能文档等文件。
经测试,在ios上只能选择图片,安卓机上有部分可以选择文档、部分只能选择图片
<input multiple="true" type="file" name="fileToUpload" id="fileToUpload" @change="fileSelected();"/>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
闭关修行中......