PrimeFaces 4.0 FileUpload multiple =“true”但我不是选择倍数。只有一个文件选择。 它是在chrome工作,但不工作ie9。为什么呢?
XHTML
<p:dialog id="DosyaDlg" widgetVar="DosyaDialog" modal="true" resizable="false" appendTo="@(body)" header="#{msg['header.dialog.dosyaEkle']}" closeOnEscape="true">
<h:form id="DosyaForm" enctype="multipart/form-data">
<p:fileUpload fileUploadListener="#{yazilimArizaBean.dosyaYenile}" dragDropSupport="false" fileLimit="3" sizeLimit="1000000" mode="advanced" multiple="true" uploadLabel="#{msg['button.yukle']}"
cancelLabel="#{msg['button.iptal']}" description="Select Images" label="#{msg['button.sec']}" allowTypes="/(\\.|\\/)(doc|docx|xls|xlsx|ppt|pptx|txt|png)$/" oncomplete="DosyaDialog.hide()" />
</h:form>
</p:dialog>
感谢您的帮助
答案 0 :(得分:0)
似乎IE9不支持来自Primefaces v2.2.1之后的多个文件上传(意味着你的v4.0包含在非工作版中)。
请在此处查看问题:https://code.google.com/p/primefaces/issues/detail?id=3869
这不会得到修复。