-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ng-accept does not work with comma separated wildcard and multiple files #658
Comments
you meed to set ng-multiple to true. |
I did checked that box, see step 2 in my list. Just changing the ng-accept value back to |
Fixed in version 3.3.0 |
It's working for drag and drop but not when selecting files from the input button. Looking at the web console there is a parse error showing up: http://jsfiddle.net/mut7cevm/1/ |
|
oh man sorry about that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the docs, ng-accept accepts a comma separated list of file extensions:
It does work, but using this syntax does not allow multiple file uploads anymore. Steps to reproduce:
ng-multiple
ng-accept
value, enter.jpg,.png
png
andjpg
allowed).Tested with
Chromium Version 41.0.2272.76 Ubuntu 14.04 (64-bit)
andFirefox 37.0
The text was updated successfully, but these errors were encountered: