So I have to do a Post-Request to a server. The content type of the request is multipart/form-data
. The problem I am currently facing is the following. How do i I send both multiple files and String values in one request.
Asked
Active
Viewed 57 times
4

T.Furholzer
- 199
- 1
- 8
-
check this answer https://stackoverflow.com/questions/16797468/how-to-send-a-multipart-form-data-post-in-android-with-volley?answertab=votes#tab-top – Vinayak B Aug 14 '18 at 06:04