danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

Blocking the folder Upload #2062

Closed ppatel08 closed 4 years ago

ppatel08 commented 6 years ago

I am successfully able to block the folder upload but I am confuse how to show kind of confirmation that its not allow to upload the folder. Everytime I tried to drop the folder its not creating any events for me to work on. Can you please help me out.

Thank you