did you try to run compress method on bytearray and see how it affects data?
Post will take 10 MB of data unless you have a limit on the server side.
Regards,
Anatole Tartakovsky
On Mon, Mar 24, 2008 at 9:37 AM, Alan Queen <[EMAIL PROTECTED]> wrote:

>   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