Hi geeks, I must invoke a remote method with one String param.
This string sometime could be very long ( also more than 100000 chars ).
I'm just wondering if BlazeDS protocol handles such a situation or not.
My scenario is this: users paste into a Flex grid the content of an excel file, with thousand of rows, then, Flex side I concat into a String all cell values and invoke remote method passing it such a String.
Salud
Max