-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
2.5
-
None
-
MOODLE_25_STABLE
Hi
I am trying to upload single PowerPoint file in custom addons. I just removed $mform->addElement('filemanager', 'files', get_string('selectfiles'), null, $filemanager_options); and added $mform->addElement('file', 'files', get_string('selectfiles'), null, $filemanager_options);
But its not allowing me to upload more than 1 MB PowerPoint file
I am trying to solve this issue from last 7 days.
I did all below possible setting but still there are not luck
- Server level
- Moodle site level
- Course level
- Activity level
upload_max_filesize 100MB
post_max_size 100MB
PLEASE HELP ME TO FIX THIS ISSUE.