I try to modify the post_max_size
, upload_max_filesize
and memory_limit
I just cannot avoid this:
PHP Warning: POST Content-Length of 13110857 bytes exceeds the limit of 10485760 bytes in Unknown on line 0
I dont know where 10485760
comes from, I'm using JustHost service and Choosing Single 'php.in', php5.4
If You work on local after change all settings in php.ini restart appache, if you work on server and have access with ssh you can implement same things and change post_max_size (if server give access to do that), or contact with support and than change size.