收藏
回答

uploadFile:fail fail:file doesn't exist?

wx.chooseImg成功后调用wx.compressImage成功后将返回值直接传给wx.uploadFile做图片敏感信息校验,却返回uploadFile:fail fail:file doesn't exist


wx.uploadFile({

      url: 'https://api.weixin.qq.com/wxa/img_sec_check?access_token=' + accessToken,

      method: 'POST',

      filePath: res.tempFilePaths[0],

      name: 'file',

      header: {

        'Content-Type': 'application/octet-stream' //一定要设置header头部信息’Content-Type’: ‘application/octet-stream’

      },

      formData: {

        media: res.tempFilePaths[0]

      },

success:function(){},

fail:function(){}

})

回答关注问题邀请回答
收藏

3 个回答

  • Demons
    Demons
    2022-11-17

    你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)

    2022-11-17
    有用
    回复
  • 자유를 사랑하다.
    자유를 사랑하다.
    2023-05-29

    楼主这个问题解决了吗?

    2023-05-29
    有用
    回复
  • 山花烂漫时
    山花烂漫时
    2023-05-10

    能够解决这个问题吗,官方。

    体验版,安卓,wx.chooseImage之后,再图片上传。就会出现这个问题。

    2023-05-10
    有用
    回复
登录 后发表内容