android volley posting binary body

前端 未结 2 1387
一整个雨季
一整个雨季 2021-01-21 12:15

Scenario - upload binary data in the body of a post, handle a response body containing JSON.

How to do the following using Volley?

 curl -X  POST  -H \"         


        
2条回答
  •  生来不讨喜
    2021-01-21 12:43

    To send binary data you can do something like what I did in this answer How to send a “multipart/form-data” POST in Android with Volley .

提交回复
热议问题