File upload

When I upload an h5p file to wordpress it fails because the file is larger than 2m. My wordpress is set to 128m. Is there another setting that h5p  is looking at and using 2m as max upload size?

otacke's picture

Hi mack!

Wordpress sits on top of PHP. You might have to increase the values in your PHP configuration, too. There are parameters called post_max_size and upload_max_filesize that you should check, usually in php.ini.

Best,

Oliver