Skip to main content

Drupal - how to increase the maximum file upload size?

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.

Subscribe to upload