i went on my cpanel php configuration the upload size is 100 mb ,i'have also chage in the admin section but still the max upload is 20 mb.
i saw some info about ,php.ini how to access it on my cpanel in order to do the change thanks
Installation, updates, manuals and APIs.
Code, issues, development roadmap.
Custom job offers.
Send us your sales or general questions.
But best chances are in /etc as already said.
php -i | grep php.ini
under SSH
to locate current php.ini
Thanks
If you put a php file on your site with this as the content: (call it phpinfo.php)
<?php
phpinfo();
?>
Then access the file by web: http://mysite.com/phpinfo.php then the results will tell you where your php.ini file is located.