getgrav / grav-plugin-admin

Grav Admin Plugin
http://getgrav.org
MIT License
355 stars 222 forks source link

File upload limit in grav 1.7 #2368

Open ronaldgreeff opened 11 months ago

ronaldgreeff commented 11 months ago

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?

bitstarr commented 10 months ago

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

u07 commented 7 months ago

This limitation comes from php.ini config.

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

See upload_max_filesize and post_max_size