Maximum upload file size – how to change it?
There are several places to change the maximum file upload size. The first place to check is the Administration block. Security -> Site Policies -> and look for “Maximum Uploaded File Size”. This is the “maxbyte” variable found in older versions of Moodle (under Admin > Variables). Teachers may also set the maximum file size by the course administration block. The second place to check are the server files. The php.ini file has a limit which will override any other setting. (Hint: remember to restart your server for changes to take effect). For more help see: • Administration_FAQ#How_do_the_limits_on_uploaded_files_work.3F • Installing_Moodle#Recheck_PHP_settings • Installing_Moodle#Using_a_.
There are several places to change the maximum file upload size. The first place to check is the Administration block. Security -> Site Policies -> and look for “Maximum Uploaded File Size”. This is the “maxbyte” variable found in older versions of Moodle (under Admin > Variables). Teachers may also set the maximum file size by the course administration block. The second place to check are the server files. The php.ini file has a limit which will override any other setting. (Hint: remember to restart your server for changes to take effect). Actually, the file need only be reread, which, if you are using phpCGI, happens when you invoke php. For more help see: • Administration_FAQ#How_do_the_limits_on_uploaded_files_work.3F • Installing_Moodle#Recheck_PHP_settings • Installing_Moodle#Using_a_.htaccess_file_for_webserver_and_PHP_settings • Site_policies#Maximum_uploaded_file_size • These forum posts: http://moodle.org/mod/forum/discuss.php?d=63840#287960 and http://moodle.org/mod/forum/di