I'm facing this issue on 000webhost when I'm trying to upload excel file into database.
here is link of my test site Test site for Excel Sheets
There is a file with name of largedata.xlsx
I'm trying to upload this file. Here
It take some time but after this it show error message POST requests, or the amount of data provided in the request exceeds the capacity limit.
I searched about this and already update the post_max_size
and upload_max_filesize
in .htaccess
file you can check info.php
for this detail. But still I'm facing this issue.
.htaccess
php_value post_max_size xxM
php_value upload_max_filesize xxM
Replace xx with your value.