Created
September 10, 2013 22:03
-
-
Save idefixcert/6516385 to your computer and use it in GitHub Desktop.
Get primefaces (3.5) fileupload work in IE10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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