About wx.uploadFile API
When I call wx.uploadFile API , my server expected response a binnary, but the api success param is string .
Is there a way to get binnary response in wx.uploadFile?
Or the api can auto process binnary response and save tmpfile and return a tmpfile path