I get this message,
Request Entity Too Large The requested resource /index.php does not allow request data with POST requests, or the amount of data provide
My server is Apache. It was mod_security module which was preventing post of large data approximately 171 KB. I did below configurations in mod_security.conf
SecRequestBodyNoFilesLimit 10486000 SecRequestBodyInMemoryLimit 10486000