I have a situation where I will have some data in memory that has to
be sent to the server and persisted.
However the data is massive, upwards of 10mgs, and exists as a ByteArray.

I'm exploring solutions for getting this data to the server and
wondering if anyone has solved this before ?

I know there's a way to Base64 encode data (like images) and send them
via a post request but in this case
I think the encoding would explode the data's size.

I'm thinking of using a socket to write the data in chunks..

Anyway, anyone else had this situation?

- Alan

Reply via email to