grav-plugin-admin icon indicating copy to clipboard operation
grav-plugin-admin copied to clipboard

File upload limit in grav 1.7

Open ronaldgreeff opened this issue 1 year ago • 2 comments

I'm using a theme that allows a "hero" feature on the home page. The video is 16.5Mb. When I try to upload it via the admin it says max file size: 2Mb.

I've looked at the grav posts from 2016 and 2017 but they don't help. I've looked at other sources and /admin/config/system/media no longer has a field for changing the value.

The documents aren't very forthcoming either.

Where do I change this setting in grav 1.7?

ronaldgreeff avatar Aug 04 '23 15:08 ronaldgreeff

Can you make sure, it's not the upload limit of yopur web server that causes this?

bitstarr avatar Aug 28 '23 13:08 bitstarr

This limitation comes from php.ini config.

Go here: https://your website/admin/config/info

See upload_max_filesize and post_max_size

u07 avatar Nov 08 '23 13:11 u07