Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
7.87k
stars
1.59k
forks
source link
Typo in multiple file dropping example on https://angular-file-upload.appspot.com/? #1910
Open
thomaskisler opened 7 years ago
Shouldn't be the instances in the example on https://angular-file-upload.appspot.com/ that say
ngf-multiple="multiple"
be one of the following lines
ngf-multiple="true"
orngf-multiple=true
If I change the first line with any of the latter, the multiple file dropping works for me.
Many thanks for the package!