Index: units/helpers/fck_helper.php =================================================================== --- units/helpers/fck_helper.php (revision 15437) +++ units/helpers/fck_helper.php (working copy) @@ -50,7 +50,7 @@ $this->sortField = $this->Application->GetVar('sort_by'); $this->sortDirection = $this->Application->GetVar('order_by'); - $this->Config['AllowedExtensions']['Files'] = Array('jpg','gif','jpeg','png','swf','fla','jpg','gif','jpeg','png','avi','mpg','mpeg','zip','rar','arj','gz','tar','doc','pdf','ppt','rdp','swf','swt','txt','vsd','xls','csv','odt'); + $this->Config['AllowedExtensions']['Files'] = Array('gif','jpeg','png','swf','fla','jpg','gif','jpeg','png','avi','mpg','mpeg','zip','rar','arj','gz','tar','doc','pdf','ppt','rdp','swf','swt','txt','vsd','xls','csv','odt'); $this->Config['DeniedExtensions']['Files'] = Array('php','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','dll','reg'); $this->Config['AllowedExtensions']['Images'] = Array('jpg','gif','jpeg','png', 'bmp'); $this->Config['DeniedExtensions']['Images'] = Array('php','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','dll','reg'); Index: units/promo_blocks/promo_block_eh.php =================================================================== --- units/promo_blocks/promo_block_eh.php (revision 15437) +++ units/promo_blocks/promo_block_eh.php (working copy) @@ -331,7 +331,7 @@ 'type' => 'string', 'max_len' => 255, 'formatter' => 'kUploadFormatter', 'upload_dir' => IMAGES_PATH . 'promo_blocks/', 'multiple' => 1, 'thumb_format' => 'resize:100x100', - 'file_types' => '*.jpg;*.gif;*.png', 'files_description' => '!la_hint_ImageFiles!', + 'file_types' => '*.jpg;*.jpeg;*.gif;*.png;*.bmp', 'files_description' => '!la_hint_ImageFiles!', 'not_null' => 1, 'default' => '', ); Index: units/skins/skins_config.php =================================================================== --- units/skins/skins_config.php (revision 15437) +++ units/skins/skins_config.php (working copy) @@ -115,7 +115,7 @@ 'Logo' => 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' => WRITEBALE_BASE . '/user_files/', // relative to project's home 'thumb_format' => 'resize:100x100', 'multiple'=>false, // false or max number of files - will be stored as serialized array of paths @@ -125,7 +125,7 @@ 'LogoBottom' => 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' => WRITEBALE_BASE . '/user_files/', // relative to project's home 'thumb_format' => 'resize:100x100', 'multiple'=>false, // false or max number of files - will be stored as serialized array of paths @@ -135,7 +135,7 @@ 'LogoLogin' => 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' => WRITEBALE_BASE . '/user_files/', // relative to project's home 'thumb_format' => 'resize:100x100', 'multiple'=>false, // false or max number of files - will be stored as serialized array of paths