FileUpload multiple select not working ie9

UI Components for JSF
Post Reply
kurtomerfaruk
Posts: 47
Joined: 16 Jul 2013, 21:28
Location: Gaziantep / Turkey
Contact:

24 Oct 2014, 13:20

Hi

Fileupload multiple="true" but is not working multiple select in ie9

http://www.primefaces.org/showcase/ui/f ... iple.xhtml is working chrome but not working ie9

why? where is the problem?

Code: Select all

<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" 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>
PrimeFaces 11.0.0 Community, PrimeFaces 12.0.0
Jakarta EE 9
Glassfish 6.2.5

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 28 guests