search

Home  >  Q&A  >  body text

c# - 微信开发ios上传图片一直显示上传中,安卓没有问题能够上传成功。

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获得的

伊谢尔伦伊谢尔伦2770 days ago693

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师2017-04-17 17:40:29

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

    reply
    0
  • PHPz

    PHPz2017-04-17 17:40:29

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

    reply
    0
  • Cancelreply