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

Chrome browser to select pictures, popups slow, takes 5-6 seconds #1965

Open chengning opened 7 years ago

chengning commented 7 years ago

The code reads as follows:

*<button ng-class="{dialogue : color.active}" class="btn blue-madison blue-dialogue dialogueOld" ngf-select="uploadFiles($files, $invalidFiles)" multiple accept="image/">**

After clicking the button, it takes 5-6 seconds to select the popup for the picture.But Firefox and IE don't have any problems _20170712163811