Index: branches/RC/core/units/files/files_config.php =================================================================== diff -u -N -r9616 -r9631 --- branches/RC/core/units/files/files_config.php (.../files_config.php) (revision 9616) +++ branches/RC/core/units/files/files_config.php (.../files_config.php) (revision 9631) @@ -59,7 +59,7 @@ 'type' => 'string', 'max_len' => 255, 'formatter' => 'kUploadFormatter', 'upload_dir' => '/kernel/downloads/', 'include_path' => false, 'size_field' => 'Size', 'content_type_field' => 'MimeType', 'max_size' => 50000000, - 'allowed_types' => Array ('application/pdf', 'application/msexcel', 'application/msword', 'application/mspowerpoint'), + 'allowed_types' => Array ('application/pdf', 'application/msexcel', 'application/vnd.ms-excel', 'application/msword', 'application/mspowerpoint', 'application/zip', 'plain/text', 'application/x-gzip'), 'not_null' => 1, 'required' => 1, 'default' => '' ), 'Size' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), Index: branches/RC/kernel/units/files/files_config.php =================================================================== diff -u -N -r9616 -r9631 --- branches/RC/kernel/units/files/files_config.php (.../files_config.php) (revision 9616) +++ branches/RC/kernel/units/files/files_config.php (.../files_config.php) (revision 9631) @@ -59,7 +59,7 @@ 'type' => 'string', 'max_len' => 255, 'formatter' => 'kUploadFormatter', 'upload_dir' => '/kernel/downloads/', 'include_path' => false, 'size_field' => 'Size', 'content_type_field' => 'MimeType', 'max_size' => 50000000, - 'allowed_types' => Array ('application/pdf', 'application/msexcel', 'application/msword', 'application/mspowerpoint'), + 'allowed_types' => Array ('application/pdf', 'application/msexcel', 'application/vnd.ms-excel', 'application/msword', 'application/mspowerpoint', 'application/zip', 'plain/text', 'application/x-gzip'), 'not_null' => 1, 'required' => 1, 'default' => '' ), 'Size' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0),