Can we create a muti-part Json object for sending. I want to send some files via json as well as other info. Looking at some articles on other sites, the best way to do it is to use multi part.
Is it just a matter of creating a list of lists or list of maps, etc. e.g.
Is it just a matter of creating a list of lists or list of maps, etc. e.g.
B4X:
JSONList ->
JSONMap1 ->
DataField1 -> some data
DataFiled2 -> some more data
JSONMap2 ->
File1 -> FileConvertedToByteArray
....