File format not support File format not support
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

File format not support

Started by doodoofan, May 03, 2006, 06:02:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

doodoofan

Hi,

I have problem uploading files *.bmp, whenever I upload bmp files it always appear error and files could not be uploaded. It works for jpg only. What should I do?

Thanks in advance  ;)

Joachim Müller

First of all, you shouldn't use bmp at all on the internet, it simply isn't suitable for use on the internet. Save it on your client as jpg and then upload it (don't just rename it, but open it with a suitable app like MS Paint and use the "save as" dialog).
You can't use bmp if you have GD set as method for resizing images; only ImageMagick has support for exotic files like bmp or tif. GD only supports jpg, png and gif.