Warning: POST Content-Length of 8978294 bytes exceeds the limit of 8388608...
Status: Beta
Brought to you by:
tsdogs
Hi, first congrats on this project, very nice and useful.
Is there a way you can help me with this? I'm trying to upload a 900MB file and this is the error I get in Apache logs:
Warning: POST Content-Length of * bytes exceeds the limit of bytes in Unknown on line 0 referer www.***.com/index.php
I already changed upload_max_filesize and post_max_size to 1000M but I stil get the same error.
Anonymous
I'd be checking the apache configuration. Also apache might have a limit for file uploads.
But I think you need to increase the memory_limit in this case.
http://it2.php.net/ini.core#ini.post-max-size
thx reduced max_client and increase memory_limit. It worked.
thanks it work
i am having the same issue.
tried to import an sql file but get this error instead
Warning: POST Content-Length of 148005534 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
i hv changed the php.ini (upload_max_filesize and post_max_size and memory limit but still get the same error)
have you restarted the web server? Is there any limit on the web server?