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
Under linux server preview icon is not found if the extension is uppercase I suggest to fix this by putting this value to lower case
silverstripe-dropzone/javascript/file_attachment_field.js
Line 392 in 7058ff8
to var ext = file.name.split('.').pop().toLowerCase();
var ext = file.name.split('.').pop().toLowerCase();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Under linux server preview icon is not found if the extension is uppercase
I suggest to fix this by putting this value to lower case
silverstripe-dropzone/javascript/file_attachment_field.js
Line 392 in 7058ff8
to
var ext = file.name.split('.').pop().toLowerCase();
The text was updated successfully, but these errors were encountered: