Page 2 of 2

Re: BMP files

Posted: Sat Sep 05, 2020 4:26 pm
by Frank3176
You keep me informed about you investigation

Re: BMP files

Posted: Mon Sep 07, 2020 8:21 am
by alfa24
Ok, I found a bug, but it's not related with 404.
In /lib/lib.mimetype.php replace:

Code: Select all

case "bmp" :
			return 'image/bmp';
with:

Code: Select all

case "bmp" :
			return 'image/x-ms-bmp';
Please, give it a try and tell me if you're still getting 404.

Re: BMP files

Posted: Mon Sep 07, 2020 1:50 pm
by Frank3176
i let you Know

Re: BMP files

Posted: Thu Sep 10, 2020 7:40 am
by Frank3176
Thank you It's working

I followed your instructions and It's working