How can I raise the maximum upload file size?

The solution is to edit these lines in /etc/php/8.1/apache2/php.ini :

upload_max_filesize = 64M 
post_max_size = 64M 
memory_limit = 64M
Please login or register to post a comment.