Knowledge Base Article

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.



Rating

Please indicate if this article was helpful for you.

rating :  1.7 from 5
views :  285
votes :  12

Valid XHTML 1.0 Strict Valid CSS!