This is probably due to your server's configuration. Check php.ini for the setting max_post_size and ensure that it is sufficiently large to post your data. Also check your web server settings - Apache has a LimitRequestBody directive which could be causing your problem. Finally, check your web server and PHP error logs to see if the large post is triggering any errors.
|
2 | added LimitRequestBody | ||
|
|
||||
|
1 |
|
||
|
This is probably due to your server's configuration. Check php.ini for the setting |
||||
