|
|
|
|
|
by the8472
171 days ago
|
|
shipping base64 in json instead of a multipart POST is very bad for stream-processing. In theory one could stream-process JSON and base64... but only the json keys prior would be available at the point where you need to make decisions about what to do with the data. |
|
You can still stream the base64 separately and reference it inside the JSON somehow like an attachment. The base64 string is much more versatile.