I want to ask that how can I get the size of data I am passing as a client to the server.As while developing an application, I am unable to get the whole data on server side.My POST limit size at the server side is 6M as in php.ini file.
I have asked a similar question earlier(How to parse large data via POST query), but didn't get a prompt answer.
Thanks