diff --git a/filesystem/File.php b/filesystem/File.php index c09cc0364..56643fe56 100644 --- a/filesystem/File.php +++ b/filesystem/File.php @@ -138,6 +138,9 @@ class File extends DataObject { ), 'flash' => array( 'swf', 'fla' + ), + 'doc' => array( + 'doc','docx','txt','rtf','xls','xlsx','pages', 'ppt','pptx','pps','csv', 'html','htm','xhtml', 'xml','pdf' ) );