Is there anyway which I can shrink ( like gzip) a post data , before i send it to the server ?
My page contains 1 big textbox multi line. and the user paste very large text inside it.
so the post data – its bigg. ( and it works) but it works slowly.
is there anyway i can speed up thing there ?
I would try to compress the data client side with JavaScript before sending, and to use Ajax post.
for example there are JQuery plugins for this which simplify very much the task:
JSEND – AJAX POST REQUEST COMPRESSION & ENCODING