FileUpload在IE8中不起作用

时间:2014-12-11 17:41:06

标签: c# asp.net internet-explorer file-upload internet-explorer-8

我正在使用以下按钮和标签在服务器上发送pdf文件:

FileUpload ID="FileUpload1" runat="server" accept="application/pdf" style="display:none;"
Button ID="SelectFileButton1" OnClick="FileUpload_Click" runat="server" Text="Choose File"
Label ID="FileNameLabel1" runat="server" Width="400px"

并在.cs文件中:

SelectFileButton1.Attributes.Add("onclick", "document.getElementById('" + FileUpload1.ClientID + "').click();");

我按SelectFileButton1选择一些pdf文件,FileNameLabel1显示文件名。

它在IE11.0中工作正常但在IE8.0中不起作用

1 个答案:

答案 0 :(得分:0)

IE 8不支持XHR 2 API,并且在不使用IFrame的情况下非常难以上传