Index: custom/units/widgets/widgets_config.php =================================================================== --- custom/units/widgets/widgets_config.php (revision 15437) +++ custom/units/widgets/widgets_config.php (working copy) @@ -169,7 +169,7 @@ 'Image' => Array ( 'type' => 'string', 'formatter' => 'kUploadFormatter', 'max_size' => MAX_UPLOAD_SIZE, // in Bytes ! - 'file_types' => '*.jpg;*.gif;*.png', 'files_description' => '!la_hint_ImageFiles!', + 'file_types' => '*.jpg;*.jpeg;*.gif;*.png;*.bmp', 'files_description' => '!la_hint_ImageFiles!', 'upload_dir' => '/system/user_files/', // relative to project's home 'as_image' => true, 'thumb_format' => 'resize:100x100', 'multiple' => false, // false or max number of files - will be stored as serialized array of paths Index: in-bulletin/units/emoticons/emoticons_config.php =================================================================== --- in-bulletin/units/emoticons/emoticons_config.php (revision 15437) +++ in-bulletin/units/emoticons/emoticons_config.php (working copy) @@ -83,7 +83,7 @@ ), 'EmotionImage' => Array ( 'type' => 'string', 'max_len' => 255, - 'formatter' => 'kUploadFormatter', 'allowed_types' => Array ('image/jpeg', 'image/jpg', 'image/gif', 'image/png', 'image/pjpeg'), + 'formatter' => 'kUploadFormatter', 'allowed_types' => Array ('image/jpeg', 'image/jpg', 'image/gif', 'image/png', 'image/pjpeg', 'image/bmp', 'image/x-ms-bmp'), 'upload_dir' => SMILEYS_PATH, 'not_null' => 1, 'required' => 1, 'default' => '', ), Index: in-bulletin/units/polls/polls_config.php =================================================================== --- in-bulletin/units/polls/polls_config.php (revision 15437) +++ in-bulletin/units/polls/polls_config.php (working copy) @@ -115,7 +115,7 @@ 'type' => 'string', 'formatter' => 'kPictureFormatter', 'max_size' => MAX_UPLOAD_SIZE, 'upload_dir' => IMAGES_PATH . 'polls/', - 'file_types' => '*.jpg;*.gif;*.png', 'files_description' => '!la_hint_ImageFiles!', + 'file_types' => '*.jpg;*.jpeg;*.gif;*.png;*.bmp', 'files_description' => '!la_hint_ImageFiles!', 'multiple' => false, 'thumb_format' => 'resize:200x200', 'max_len' => 255, 'not_null' => 1, 'default' => '' ), Index: in-commerce/units/manufacturers/manufacturers_config.php =================================================================== --- in-commerce/units/manufacturers/manufacturers_config.php (revision 15437) +++ in-commerce/units/manufacturers/manufacturers_config.php (working copy) @@ -82,7 +82,7 @@ 'type' => 'string', 'formatter' => 'kPictureFormatter', 'max_size' => MAX_UPLOAD_SIZE, 'upload_dir' => IMAGES_PATH.'manufacturers/', - 'file_types' => '*.jpg;*.gif;*.png', 'files_description' => '!la_hint_ImageFiles!', + 'file_types' => '*.jpg;*.jpeg;*.gif;*.png;*.bmp', 'files_description' => '!la_hint_ImageFiles!', 'multiple' => false, 'thumb_format' => 'resize:100x100', 'max_len' => 255, 'not_null' => 1, 'default' => '' ),