File upload
Submitted by mack on Thu, 02/15/2018 - 14:46
Forums:
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
Thu, 02/15/2018 - 18:49
Permalink
Hi mack!Wordpress sits on top
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