-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
Mage_Shipping_Model_Resource_Carrier_Tablerate::uploadAndImport reads from $_FILES #242
Comments
Hello. Would you be able to contribute this is a pull request? There are also existing uploader classes that you might be able to reuse |
If I find some time, yes... Which are the uploader classes are you talking about? |
@amenk - I think they're referring to Varien_File_Uploader. |
Closing due to lack of activity. Please comment if you think you might be able to contribute a pull request. |
mmansoor-magento
pushed a commit
that referenced
this issue
Aug 15, 2016
Stories: - MAGETWO-51658 Kount Status - MAGETWO-54499 PayPal Payments Configuration UX Update
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this method should not read from $_FILES. This is not a clear separation in the code. Instead it should be passed the filename directly.
https://github.com/magento/magento2/blob/master/app/code/core/Mage/Shipping/Model/Resource/Carrier/Tablerate.php#L187
The text was updated successfully, but these errors were encountered: