Increase execution time for large post data

Hey guys,

Part of my application requires copying & pasting large data into a textarea and posting to PHP.

Do any of you know of a way to compress that data to increase execution performance, I suppose this would have to be done client side?

Thanks in advance

Crabby

would you suggest sending of that size via another protocol?

using post method large data could be anything from 2mb to 13mb

Define “large data”?

Is this data being sent by GET or POST method?

(The issue here doesn’t really sound like a PHP execution one - rather time to send the data via HTTP/HTTPS).

Hi have you tried setting the “post_max_size” in the php.ini?