角度/文件上传:在Internet Explorer中调用两次ng-file-change

时间:2015-05-06 12:19:13

标签: angularjs internet-explorer-11 angular-file-upload

在ie11中,我的ng文件更改功能在选择文件时被调用两次。我正在使用angular-file-upload。

<div ng-file-select ng-file-drop ng-model="files" ng-file-change="fileUpload();"   multiple="true"
 allow-dir="true" accept="image/*,application/pdf">

我甚至不确定如何开始调试,有人能给我一些线索吗?

不用说,这不会发生在Chrome上。

0 个答案:

没有答案