by axew3 » Sun Nov 06, 2016 9:14 pm
When a form multipart/form-data is submitted to send a file, if dimension of submitted file to be uploaded exceeds the dimension of MAX_FILE_SIZE value, PHP emit a warning and the $_FILES global is empty.
Warning: POST Content-Length of …. bytes exceeds the limit
In WordPress you have something like:
Warning: POST Content-Length of ….. bytes exceeds the limit of … bytes in Unknown on line 0
Solution:
https://www.axew3.com/w3/2016/11/warning ... ow-to-fix/
[quote]
When a form multipart/form-data is submitted to send a file, if dimension of submitted file to be uploaded exceeds the dimension of MAX_FILE_SIZE value, PHP emit a warning and the $_FILES global is empty.
Warning: POST Content-Length of …. bytes exceeds the limit
In WordPress you have something like:
Warning: POST Content-Length of ….. bytes exceeds the limit of … bytes in Unknown on line 0[/quote]
[b]
[size=130]Solution:[/size]
[url]https://www.axew3.com/w3/2016/11/warning-post-content-length-of-bytes-exceeds-the-limit-how-to-fix/[/url][/b]