Skip to content

Commit

Permalink
Support for uploading xlsx files (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdecalom committed Jun 29, 2022
1 parent 4e0491a commit acb4505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/core/Mage/Uploader/Helper/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ class Mage_Uploader_Helper_File extends Mage_Core_Helper_Abstract
'xxlc' => 'application/vnd.ms-excel',
'xxlm' => 'application/vnd.ms-excel',
'xxls' => 'application/vnd.ms-excel',
'xxlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'xxlt' => 'application/vnd.ms-excel',
'xxlw' => 'application/vnd.ms-excel',
'xxml' => 'application/xml',
Expand Down

0 comments on commit acb4505

Please sign in to comment.