-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Only msgValidationError is displayed when errors are triggered #42
Comments
The validation error message is currently displayed inside the preview window. Try with |
Ok. Still... I don't care about preview (since I'm actually uploading zip files) but it'd be good to have those messages instead of a simple "File upload error"... am I missing something? Is there a configuration that can enable this kind of behaviour? |
Will note an enhancement request for the scenario when |
Ok... got to try it but I think is a good workaround. Thanks |
Resolved via upgrade to release v2.6.0. Get the latest code. There is a new property Check the last example in advanced section at the demo site for usage details. |
Non-default error messages (like msgInvalidFileExtension) aren't displayed in case of specific error (such as an invalid File Extension): it's always displayed only msgValidationError.
To reproduce use following code and select a file with an extension different from the ones specified (png, gif).
The text was updated successfully, but these errors were encountered: