Max upload file size

Hello, I tried everything and could not change the upload size !! I really need help. I saw several tutorials and nothing. What I already tried:

  • Modify .htaccess;
  • Modify php.ini

root (:

service php7.0-fpm restart

If You’re using php-fpm then You’ll need to restart it.

Also, value fo max_upload_size and max_post_size should be the same in php ini.

Make sure to check where’s Your php.ini location by using info php script:

<?php
          phpinfo();
?>

hosting terbaik untuk wordpress

Great…was have same issue and I see it because I was editing incorrect php.ini file.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.