Vote up! 9 Vote down! How can I raise the maximum upload file size? Drupal Issue 2024Q1 Log in or register to post comments 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.