First of all, great thing that multi file upload has been implemented!
I propose adding some options to allow setting
for example: in OkHttp I can do this:
body.addFormDataPart("images[]", "image_name.jpg", RequestBody.create(MediaType.parse("image/jpeg"), imageFile))
Sound interesting. It will be supported in next release.
media type
Related to #155
Brilliant!
Could you also add an option for the field value the files get assigned to?
Maybe a data class that hold the files + the field value...
@Querschlag I'm not knowledgeable in the field of HTTP Upload, so was the feature you asked for was added?
I think it should be supported already. Closing this.
Most helpful comment
Sound interesting. It will be supported in next release.