-
Improvement
-
Resolution: Fixed
-
Minor
-
2.5, 3.2
-
MOODLE_25_STABLE, MOODLE_32_STABLE
-
MOODLE_33_STABLE
-
MDL-42266_m33v2 -
Easy
-
Hi,
For the different "Upload file size" list around Moodle (site, course, assignment, etc.), instead of having the list hardcoded into Moodle, what do you think of allowing admins to select the values they wish to use? If they want to get rid of all the little Kb values, or add a 256Mb,etc. they would be able.
I track down the size list in /lib/moodlelib.php, function get_max_upload_sizes:
$sizelist = array(10240, 51200, 102400, 512000, 1048576, 2097152,
5242880, 10485760, 20971520, 52428800, 104857600);
Or maybe a new override in CONFIG?
Any way where I don't need to hack into the code would be good actually.
- is duplicated by
-
MDL-57478 File Upload Size Options
-
- Closed
-