We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.OpenMage 19.4.15 and earlier and also 20.0.14 and earlier
$uploader = new Mage_Core_Model_File_Uploader(); $uploader->setValidMimeTypes(Mage::helper('uploader/file')->getMimeTypesByExtensions("xlsx"));
The text was updated successfully, but these errors were encountered:
Can upload xlsx file
ff6e691
Can upload xlsx file for issue OpenMage#2265
Successfully merging a pull request may close this issue.
Preconditions (*)
1.OpenMage 19.4.15 and earlier and also 20.0.14 and earlier
Steps to reproduce (*)
$uploader = new Mage_Core_Model_File_Uploader();
$uploader->setValidMimeTypes(Mage::helper('uploader/file')->getMimeTypesByExtensions("xlsx"));
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: