Request Entity Too Large PHP

robtuner

New Member
In one of my CakePHP site, I got this error.Request Entity Too LargeI don't know what is the problem. I think the data that I am posting through form is too large. I searched this in search engine and got that I will have to increase \[code\]post_max_size\[/code\]. Be default I think it is set to 8M.But don't know how to increase \[code\]post_max_size\[/code\] in CakePHP and what to do for it?Thanks.
 
Back
Top