Skip to content

Commit acb4505

Browse files
authored
Support for uploading xlsx files (#2266)
1 parent 4e0491a commit acb4505

File tree

1 file changed

+1
-0
lines changed
  • app/code/core/Mage/Uploader/Helper

1 file changed

+1
-0
lines changed

app/code/core/Mage/Uploader/Helper/File.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ class Mage_Uploader_Helper_File extends Mage_Core_Helper_Abstract
616616
'xxlc' => 'application/vnd.ms-excel',
617617
'xxlm' => 'application/vnd.ms-excel',
618618
'xxls' => 'application/vnd.ms-excel',
619+
'xxlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
619620
'xxlt' => 'application/vnd.ms-excel',
620621
'xxlw' => 'application/vnd.ms-excel',
621622
'xxml' => 'application/xml',

0 commit comments

Comments
 (0)