I'm getting this error while uploading multiple images kindly brief me how to remove this error.
Warning: POST Content-Length of 25387890 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
I'm getting this error while uploading multiple images kindly brief me how to remove this error.
Warning: POST Content-Length of 25387890 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
You have to increase the limit on your post,
in .htaccess
php_value post_max_size 25M
You can also do the same in php.ini
file.
After setting, restart your apache
You need to modify the memory_limit in php.ini