在 ie11 中,我的 ng-file-change 函数在选择文件时被调用了两次。我正在使用角度文件上传。
<div ng-file-select ng-file-drop ng-model="files" ng-file-change="fileUpload();" multiple="true"
allow-dir="true" accept="image/*,application/pdf">
我什至不知道如何开始调试这个,谁能给我一个线索?
不用说,这不会发生在 chrome 上。