2429 | 2429 | 'video' => array( 'asf', 'avi', 'divx', 'dv', 'flv', 'm4v', 'mkv', 'mov', 'mp4', 'mpeg', 'mpg', 'mpv', 'ogm', 'ogv', 'qt', 'rm', 'vob', 'wmv' ), |
2430 | 2430 | 'document' => array( 'doc', 'docx', 'docm', 'dotm', 'odt', 'pages', 'pdf', 'rtf', 'wp', 'wpd' ), |
2431 | 2431 | 'spreadsheet' => array( 'numbers', 'ods', 'xls', 'xlsx', 'xlsb', 'xlsm' ), |
2432 | | 'interactive' => array( 'key', 'ppt', 'pptx', 'pptm', 'odp', 'swf' ), |
| 2432 | 'interactive' => array( 'key', 'ppt', 'pptx', 'pptm', 'odp', 'swf', 'sldx', 'sld', 'ppsx', 'pps' ), |
2433 | 2433 | 'text' => array( 'asc', 'csv', 'tsv', 'txt' ), |
2434 | 2434 | 'archive' => array( 'bz2', 'cab', 'dmg', 'gz', 'rar', 'sea', 'sit', 'sqx', 'tar', 'tgz', 'zip' ), |
2435 | 2435 | 'code' => array( 'css', 'htm', 'html', 'php', 'js' ), |
2591 | | 'pptx|sldx|ppsx|potx' => 'application/vnd.openxmlformats-officedocument.presentationml', |
2592 | | 'xlsx|xltx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml', |
2593 | | 'docx|dotx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml', |
| 2591 | 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', |
| 2592 | 'sldx' => 'application/vnd.openxmlformats-officedocument.presentationml.slide', |
| 2593 | 'ppsx' => 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', |
| 2594 | 'potx' => 'application/vnd.openxmlformats-officedocument.presentationml.template', |
| 2595 | 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', |
| 2596 | 'xltx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.template', |
| 2597 | 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', |
| 2598 | 'dotx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.template', |