Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.9, 1.9.1, 1.9.2, 1.9.3
-
Fix Version/s: None
-
Component/s: HTML Editor
-
Labels:None
-
Environment:ALL
-
Affected Branches:MOODLE_19_STABLE
Description
whenever moodle users try to insert a bmp image, They get the following error: "Selected file is not an image. Please select an image!"
FIX:
in lib/editor/htmlarea/coursefiles.php on line 64, add the following:
&& params.itype.indexOf("image/bmp") == -1
i.e: change
if(params.itype.indexOf("image/gif") == -1 && params.itype.indexOf("image/jpeg") == -1 && params.itype.indexOf("image/png") == -1) {
to
if(params.itype.indexOf("image/gif") == -1 && params.itype.indexOf("image/jpeg") == -1 && params.itype.indexOf("image/png") == -1 && params.itype.indexOf("image/bmp") == -1) {
cheers!
Amr Hourani
Thanks for reporting this issue.
We have detected that this issue has been inactive for over a year has been recorded as affecting versions that are no longer supported.
If you believe that this issue is still relevant to current versions (2.1 and beyond), please comment on the issue. Issues left inactive for a further month will be closed.
Michael d;
lqjjLKA0p6