-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Added hadling of allowed_extensions for file uploads in backend's configuration section #4078
Added hadling of allowed_extensions for file uploads in backend's configuration section #4078
Conversation
@eneiasramos It will help to review if you can provide the use case. |
@eneiasramos - Please provide more details about this PR. I have some time to test it. |
@kiatng @addison74 my dears The routine here filters the extension of a file being uploaded. So if I upload a file with an extension different from .pfx, the system will display an error. A use of case: I use the var folder to store PFX certificates used to communicate with a third party system: |
Somewhat related to PR #4079, extend functionalities of file upload in system config. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I like it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested, working, thank you!
@fballiano It's my pleasure. :) |
Added support for tag
allowed_extensions
in file upload in backend system configuration.