As I read, HttpClient
is deprecated since Android API 22. That's why I don't want to use it. I need to upload file vie POST
request with possibility to track upload progress. Is there way to do it?
Asked
Active
Viewed 83 times
0
-
2If prefer Volley, you can take a look at [my topic here](http://stackoverflow.com/questions/32240177/working-post-multipart-request-with-volley-and-without-httpentity) or search HttpUrlConnection, OkHttp or Retrofit multipart POST request, many topics available in StackOverflow – BNK Oct 06 '15 at 15:20
-
iirc, Android has OkHttp bundled since a few versions. – Leandros Oct 06 '15 at 15:25