Entity returns error in MultiPartEntityBuilder

后端 未结 3 872
春和景丽
春和景丽 2021-01-19 18:30

I\'ve tried following links but none of them helped to solve the issue.

HttpPost returning error when using MultipartEntityBuilder in Android

3条回答
  •  星月不相逢
    2021-01-19 19:17

    multipartBuilder.addPart("images[]", fileBody); fileBody convert into byteArray then you pass because data travel in byte array

    Try to upload the image in php server but it could post. in android

提交回复
热议问题