Moodle shows that I can not upload files larger than xxxMB. What can I do?

In order to upload files larger than xxx MB you should create a php.ini file recursively in the Moodle directory with the following content:

max_post_size = xxxMB
max_execution_time = 200
post_max_size = xxxMB

This will allow you to upload files as large as xxxMB.

But please note that if the files are too big they might be corrupted of they exceed the HTTP server timeout.

You need help with an application? hostlantern is specialized in hosting and supporting more than 200 scripts. Sign up for our web hosting services and let us help you with your application, 24/7!

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How to configure Moodle to work with a new domain?

In order to configure Moodle to work properly with another domain, you should modify the...

How to upload/restore larger courses in Moodle?

Sometimes it may not be possible to upload/restore a larger course in your Moodle directly...

How can I see the exact version of my Moodle?

The version of your Moodle can be seen from the Moodle admin area > Server > Environment....

How to get my Moodle public key?

You can get the Moodle public key from the admin area > Networking > Settings >...

How to change Moodle’s database to UTF8?

When you upgrade to the latest Moodle version you may get a warning about incorrect MySql...