云开发 上传一张图片,错误代码uploadFile:fail createUploadTask:fail file not found

      // 上传图片按钮
      chooseimg(res){
        console.log(res)
        // 选择一张图片
        wx.chooseImage({
          count: 1,
          sizeType: ['compressed'],
          sourceType: ['album', 'camera'],
          success:(res)=> {
            // tempFilePath可以作为img标签的src属性显示图片
            const tempFilePath = res.tempFilePaths[0]
            console.log(res.tempFilePaths[0])
            // this.setData({tempFilePath:res.tempFilePaths[0]})
            // 上传图片
            wx.cloud.uploadFile({
              cloudPath: 'example.jpg',
              filePath: 'tempFilePath', // 文件路径
            }).then(res => {
              console.log(res.fileID)
            }).catch(error => {
            })
          }
        })
      },

consloe显示如下:
http://tmp/wx7e465c3765150abb.o6zAJsywolYtg3-S5Ix6gz2_NcTM.pPsopBdTwW9Accabe43eac786a2cdf57e325a61a8e71.jpg

uploadFile:fail createUploadTask:fail file not found

只要把filePath: 'tempFilePath’引号去掉就可以了,微信小程序云开发爱好者Q裙:232884371

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值