Drupal - how to increase the maximum file upload size?
Andrew Fletcher published: 5 July 2021 (updated) 22 September 2023 3 minutes read
By default the maximum file upload size is set to 2MB. It is not a Drupal issue, instead a php issue as upload_max_filesize is set in your php configuration (php.ini file). Therefore it is a server-side configuration.