I have a heap of data in format JSON(Serialized object).
I send this data to server by POST
method with header: Content-Type: application/json
.
Is it possible to attach file to body request and send at once. Or JSON data sugggests sending only text data?