Sending files using POST with HttpURLConnection

前端 未结 10 1395
攒了一身酷
攒了一身酷 2020-11-22 15:45

Since the Android developers recommend to use the HttpURLConnection class, I was wondering if anyone can provide me with a good example on how to send a bitmap

10条回答
  •  借酒劲吻你
    2020-11-22 16:35

    I found using okHttp a lot easier as I could not get any of these solutions to work: https://stackoverflow.com/a/37942387/447549

提交回复
热议问题