I am getting this error when trying to upload an import on WordPress on my XAMPP local dev environment:
Warning: POST Content-Length of 8978294 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
I changed the upload_max_filesize
from 2M
to 1000M
, but that didn't seem to do anything.
Any ideas?
POST Content-Length of X bytes exceeds the limit of Y
– code_monk