Jump to content

POST Content-length error


aebstract

Recommended Posts

[Tue Mar 17 11:04:24 2009] [error] [client 70.155.67.57] PHP Warning:  POST Content-Length of 17461421 bytes exceeds the limit of 8388608 bytes in Unknown on line 0, referer: https://www.berryequipment.net/videos/post/

 

 

I'm receiving this error, I'm obviously trying to upload 16MB and my current limit is 8MB. I went in to my php.ini file and changed to this:

; Maximum size of POST data that PHP will accept.

post_max_size = 60M

 

Is there somewhere else something needs to be set that I am missing? Not really sure where to look to get this limit raised.

Link to comment
https://forums.phpfreaks.com/topic/149825-post-content-length-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.