I used to have a combination of a child of the Request
object that uses a MultipartEnityBuilder
and HttpEntity
to upload images and files. Now that it is deprecated, and now that I have migrated to Android Studio, I am looking for a more updated way to do the above task but using the currently best way to do it that is compatible from API 15 onwards.
I tried searching but Google still returns the guides and questions here on SO that references MultipartEntityBuilder
and HttpEntity
, so I figured I could ask