gpt4 book ai didi

internet-explorer - p :fileUpload loads forever in IE9 after clicking upload button

转载 作者:行者123 更新时间:2023-12-01 06:10:18 24 4
gpt4 key购买 nike

我有以下代码。但不知道为什么在我的电脑 IE9 中,单击上传按钮时显示不间断加载。但它适用于 chrome 和 firefox。

<p:fileUpload  id="fileUpload1s1"
process="@form"
label="Browse"
multiple="false"
fileUploadListener="#{DataController.uploadataFile}"
mode="advanced"
showButtons="false"
auto="false"
sizeLimit="4000000"
allowTypes="/(\.|\/)(txt)$/"
required="true">
</p:fileUpload>

最佳答案

我在上传按钮操作中创建了按钮来处理上传,如下面的代码。没有使用文件上传控件内的上传按钮。

function clickUpload() {
var b = $(PrimeFaces.escapeClientId("form1:excelUpload")+" .ui-fileupload-preview").length;

if(b==0)
edis.showErrorMsg("Please select an Text File to upload");
else {
$(PrimeFaces.escapeClientId("form1:excelUpload")+" .ui-fileupload-upload")[0].click();
}
}

关于internet-explorer - p :fileUpload loads forever in IE9 after clicking upload button,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33535264/

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