html52.com
我爱小程序-开发者交流社区

云开发,上传文件,设置设置路经

问题模块
教程反馈

云开发,上传文件,设置设置路经
云开发,上传文件,设置设置路经 chooseOneImage(e) {

chooseOneImage(e) {

    var that =this

    wx.chooseImage({

      count: 1,

      // sizeType: ['original '], // 可以指定是原图还是压缩图,默认二者都有

      sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有

      success: function (res) {

     

      

        const filePath = res.tempFilePaths[0]


        console.log(filePath)

        // 上传图片

        const cloudPath = 'my-image' + filePath.match(/\.[^.]+?$/)[0]

        console.log('cloudPath>>',cloudPath)


        wx.cloud.uploadFile({

          cloudPath,

          filePath,

          success: res => {

            console.log('[上传文件] 成功:', res)

            console.log(res.fileID)

            console.log(cloudPath)

            console.log(filePath)

            app.globalData.fileID = res.fileID

            app.globalData.cloudPath = cloudPath

            app.globalData.imagePath = filePath


打开相册的代码,怎么样才能上传到我指字的路经  我的环境/目录A /目录A子目录 现在网上的代码都是环境的根据下了

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

真正的个人免签约支付接口

云免签H5支付