Page MenuHomePhabricator

Increase size limit for uploaded file on dicoado.org
Closed, ResolvedPublic

Description

The limit of 2MiB is too low and prevents from uploading larger files when needed.

Event Timeline

Raphoraph closed this task as Resolved.EditedFeb 10 2024, 10:09 PM

I have :

  • Set wgMaxUploadSize to 50 MiB (52428800 bytes)
  • Disabled wgUploadSizeWarning, unused
  • Set PHP's configuration parameters post_max_size and upload_max_filesize to 50M to support such file uploads. Checked memory_limit, it is correct.
Raphoraph renamed this task from Increse file upload size limit on dicoado.org to Increase size limit for uploaded file on dicoado.org.Feb 10 2024, 10:10 PM