微信网页中上传文件时“只能选择SD卡中的文件”问题

需求描述:在微信网页中上传文件到咱们本身的服务器,使用 input  type=file标准控件: html

<input type="file" name="upfile" id="upfile"  >



问题来了:苹果能够顺利上传图片文件的,安卓下每次选择完图片文件以后会弹出提示“只能选择SD卡中的文件”不能上传图片。手机已经设置默认存储为SD卡。 服务器

百度搜了一个下午没有结果,微信公众平台更没有答案shiiiit。 微信

最后在csdn的一个话题的第25楼找到解决办法: 微信公众平台

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



是的,加入 accept=“image/*”立马能够了











http://bbs.csdn.net/topics/390528789 spa

http://blog.sina.com.cn/s/blog_6c9d65a10101a8yh.html .net

相关文章
相关标签/搜索