If you are tried to upload woocommerce plugin to wordpress and you got this message
Warning: POST Content-Length of 11933650 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
Then you need find php.ini file in xampp folder and change upload_max_filesize to 1000M and post_max_size also to 1000M.
Restart your Apache and try again.
Warning: POST Content-Length of 11933650 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
Then you need find php.ini file in xampp folder and change upload_max_filesize to 1000M and post_max_size also to 1000M.
Restart your Apache and try again.