-
Notifications
You must be signed in to change notification settings - Fork 349
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
Extensions not filtered #224
Comments
#222 could not be reproduced. Perhaps after reinstalling packages. options:
HTML:
the function "handleUploadRejected" not called and file upload to server. if autoUpload: false, and start downloading via events, file with restricted extensions are not loaded. |
you are right, I was checking ngFileSelect |
still doesn't works with 2.2.5 ( I try with file zip but browse not filtered (all extension) and I can upload anything) |
Edit: it doesn't upload not-zip files but it doesn't filter in browse |
@charbonnier666 you can just use the "accept" attribute on the input tag: https://www.w3schools.com/tags/att_input_accept.asp |
Extensions not filtered when autoUpload: true,
The text was updated successfully, but these errors were encountered: