Skip to main content

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
https://cityad-all-prod.s3.amazonaws.com/public/2024-06/200x200%20php.png
Please login to post comments: _TODO