CakePHP request data limits

你。 提交于 2020-01-14 10:28:24

问题


When I try to send a large amount of data from a CakePHP (v2.3.3) form, the $this->request->data array contains only some of the data (approximately the first 1000 values).

Does CakePHP truncate this array? What can I do to get the rest of the data?

(I've tried increasing post_max_size in php.ini, to no effect.)

Thanks.

来源:https://stackoverflow.com/questions/21145441/cakephp-request-data-limits

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!