I get similar errors in my error_log in php when users are uploading their files
PHP Warning: POST Content-Length of 11933650 bytes exceeds the limi
you just setting at php.ini
then set :
upload_max_filesize = 1000M; post_max_size = 1000M;
then restart your xampp.. Check the image