Media file is too big

How can we update and increase the media file upload max size ?

It looks like being independent from the php ini values post_max_size and file_upload_max_size

is it hardcoded somewhere ?

image

Hey @chris

Yes, this is configured in your PHP settings (the php.ini file).

I hope this helps!

unforuntaltey, the settings does not impact the media library.
It unlocks the fileupload widget indeed, but not the media widget in the backend.

php.ini are set like

filepupload_max_size: 2G
post_max_size: 2G
max_exeuciton_time: 0

for the php php.ini and apache php.ini files as well.