Jsf PrimeFaces文件上载ie9非多选

Jsf PrimeFaces文件上载ie9非多选,jsf,primefaces,Jsf,Primefaces,PrimeFaces 4.0 FileUpload multiple=true,但我不是选择倍数。只选择一个文件。 它在chrome中工作,但在ie9中不工作。为什么? xhtml 感谢您的帮助看来IE9不支持从Primefaces post v2.2.1上传多个文件,这意味着您的v4.0包含在非工作版本中 见本期: 这不会得到修复。想想internet explorer的bug,是吗?这只是我的经验,IE!=另外我从不使用它。 <p:dialog id="DosyaDlg" widget

PrimeFaces 4.0 FileUpload multiple=true,但我不是选择倍数。只选择一个文件。 它在chrome中工作,但在ie9中不工作。为什么?

xhtml


感谢您的帮助

看来IE9不支持从Primefaces post v2.2.1上传多个文件,这意味着您的v4.0包含在非工作版本中

见本期:


这不会得到修复。

想想internet explorer的bug,是吗?这只是我的经验,IE!=另外我从不使用它。
<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>