wx.uploadFile问题,大神速来!!!
发布于 5 年前 作者 leixiong 3634 次浏览 来自 问答

wx.uploadFile({

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

filePath: ren[0],

name: ‘images’,

success:function(res){

console.log(res.data)

}

})

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

还有java如何获取二进制流


回到顶部