gpt4 book ai didi

javascript - Angular IE9 文件上传不工作

转载 作者:数据小太阳 更新时间:2023-10-29 04:38:38 25 4
gpt4 key购买 nike

我使用这种方式上传文件:

  <input type="file" 
name="upload-file"
ng-model= "excelFile"
accept=".xlsx"
onchange="angular.element(this).scope().fileChanged(this);"
required="true"
/>

在 Controller 中创建fileChanged方法

 $scope.fileChanged = function(files) {
$scope.excelFile = files[0];
};

它在 FireFox、Chrome IE10、IE11 中工作,但在 IE9 中它显示“文件为空或未定义”。

最佳答案

我在上传图片文件时遇到了同样的问题。它在 IE10 和更高版本中运行良好。低于 10 的任何版本都无法上传文件。引用这个链接

IE9 问题:File Upload using AngularJS

关于javascript - Angular IE9 文件上传不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25472254/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com