Skip to content

Instantly share code, notes, and snippets.

@idefixcert
Created September 10, 2013 22:03
Show Gist options
  • Save idefixcert/6516385 to your computer and use it in GitHub Desktop.
Save idefixcert/6516385 to your computer and use it in GitHub Desktop.
Get primefaces (3.5) fileupload work in IE10
<p:fileUpload fileUploadListener="#{fileUpload.handleFileUpload}"
mode="advanced" dragDropSupport="true" multiple="true"
update="messages" sizeLimit="100000" fileLimit="3"
allowTypes="/(\.|\/)(gif|jpe?g|png)$/" />
<p:growl id="messages" showDetail="true" />
.fileinput-button {
overflow: visible !important;
}
.fileupload-buttonbar .ui-button input {
top: -150px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment