How can I raise the maximum upload file size? Read this article in: InglésEspañolPortuguêsRussian Drupal. Issue 2024Q1 (current) 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