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.