-
Improvement
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_404_STABLE
-
Noted by mathewmay in MDL-80088
+ $mform->addElement('filepicker', 'package', get_string('packagefile', 'imscp'), null,
|
+ ['accepted_types' => ['application/zip', '.imscc']]);
|
The user is not informed that .imscc files are accepted. This is inconsistent with the subsequent validation, because the above filetype is accepted upon form submission
We should show file extensions under "Accepted file types" regardless of whether Moodle knows about them
- Discovered while testing
-
MDL-80088 IMS content package: Uploading an invalid file does not give the filename in the error message
- Closed