wx.uploadFile问题,大神速来!!!

发布于 7 年前作者 leixiong3730 次浏览最后编辑 7 年前来自 ask

wx.uploadFile({

url: http://localhost:8080/chongwusys/simage,

filePath: ren[0],

name: ‘images’,

success:function(res){

console.log(res.data)

}

})

首先我是要发送数据到java服务器那边,然后这个images如何在服务器那边获取

还有java如何获取二进制流


0 回复
暂无回复