Hi all,
I want to send big amounts of data, like a very big text with 3 Mb from an iframe to a database. For this I send the text from javascript side to JSP and from here to MySQL.
When the text is big like this the text is not sentm the send method doesn't seem to work. What is the limit size? Is there a way to go around it?