You can use this command to get locate the php.ini file
php -i | grep -i "loaded configuration file"
open the file, and you changeupload_max_filesize = 2M
post_max_size = 2M
replacing the 2M with the size you want, for instance 80MDont forget restart your apache
/etc/init.d/apache2 restart

No responses yet for "File size error when add submission ojs 3"
Post a Comment