需求描述:在微信網頁中上傳文件到咱們本身的服務器,使用 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/*">
http://bbs.csdn.net/topics/390528789 spa
http://blog.sina.com.cn/s/blog_6c9d65a10101a8yh.html .net