PHP Warning: POST Content-Length of 11933650 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 XAMPP



Saat upload file, ternyata error PHP Warning: POST Content-Length of 11933650 bytes exceeds the limit of 8388608 bytes in Unknown on line 0  .Bagaimana caranya?


1. Buka php.ini di Xampp/php/php.ini

2. Edit bagian ini :

upload_max_filesize = 2M
post_max_size = 8M

Naikan nilainya. misal Menjadi :

upload_max_filesize = 35M
post_max_size = 35M
Semoga bermanfaat :)

0 comments: