Increase upload size limit in PHP7

  1. vi /etc/php/7.0/apache2/php.ini
  2. update the below parameter

post_max_size = 10M
upload_max_filesize = 10M

3. Restart apache2 service.

systemctl restart apache2

Published by

Leave a Reply

Your email address will not be published. Required fields are marked *