Topic: Adding BMP file extension to image upload.
Hello,
I'm trying to add a BMP (Bitmap) Image file extension upload capability to my vld personals site. I noticed while searching that this used to be a simple control panel option, but has been removed. I understand that BMP is less than optimum when it comes to web images, but my client specifically wants BMP support for the site.
I know this will be a PHP fix, and I do have some experience modifying code here and there. However, using dreamweaver to search all of the VLD files for instances where image file types are checked revealed that this wont be as simple as slapping .bmp into a few code lists.
Specifically, the functions defined in core.image.php make me think that this might require a bit more customization on my part.
Any help will be appreciated, and thank you to VLD for putting a package together with such clean, well thought out code.
-Rich