小程序 wx.uploadFile API 报错
小程序 wx.uploadFile API 报错
uploadFile:fail Cannot read property ‘0’ of null
send: function(){
wx.uploadFile({
url: ‘*.php’,
filePath: this.data.src,
name: ‘image’,
success: function(res){
// console.log(res.data)
this.setData({
carData: res.data
})
}
})
}