wx.uploadFile问题,大神速来!!!
wx.uploadFile({
url: ‘http://localhost:8080/chongwusys/simage’,
filePath: ren[0],
name: ‘images’,
success:function(res){
console.log(res.data)
}
})
首先我是要发送数据到java服务器那边,然后这个images如何在服务器那边获取
还有java如何获取二进制流