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.