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

Function in ngf-select takes too long time to call once file selected . #2145

Open rajkumars1990 opened 3 years ago

rajkumars1990 commented 3 years ago

once I select the multiple files its taking too much time to call the addNewFile function . Kindly help to resolve . I have checked in chrome browser and IE.

ngf-select="addNewFile($files, $invalidFiles)" ngf-pattern="'.csv,.txt'" ngf-accpet=".csv" ngf-multiple="true"