c# - 微信开发ios上传图片一直显示上传中,安卓没有问题能够上传成功。
伊谢尔伦
伊谢尔伦 2017-04-17 17:38:29
0
2
660

wx.uploadImage({

            localId: tximg.toString(), // 需要上传的图片的本地ID,由chooseImage接口获得
            isShowProgressTips: 1, // 默认为1,显示进度提示
            success: function (res) {
                var serverId = res.serverId; // 返回图片的服务器端ID
                document.getElementById("imgserid").value=serverId;
               
            }
        });
        

ios一直显示上传中 tximg.toString()是由wx.chooseImage获得的

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(2)
Peter_Zhu

Node can’t either. . Have you solved it?

PHPzhong

Encountered the same problem, Android is OK, IOS has no solution.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!