Is it possible to request multipart form with image using volley in android?
Asked
Active
Viewed 44 times
0
-
Volley itself is used for light data transfer, There is a library called Volleyplus that can be used for multipart request. https://github.com/DWorkS/VolleyPlus – Furqan Khan Aug 19 '19 at 17:38
-
I have read about this volley lib plus, but I am trying to not using another library avoiding memory increase. is there anyway using volley? – Askar Aug 19 '19 at 18:44
-
please have a look at this thread, this may help you out. https://stackoverflow.com/questions/32240177/working-post-multipart-request-with-volley-and-without-httpentity – Furqan Khan Aug 19 '19 at 18:56