[jQuery] problem with POST through ajax

[jQuery] problem with POST through ajax


Hi guys, i don't understand if it is a problem on my server or with
ajax at all
I'm sending POST data to server through ajax in jquery but the server
reports no data received (php $_POST['data'] is empty). However it
occurs only when the size of the data is over 50kb or so...
what can it be?