File format not support File format not support
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.