Update attribute and onComplete in p:fileUpload doesnt work in IE10. In IE 9 sizeLimit attribute is ignored. Has anyone came across this situation.
I have tried ca
Use this CSS workaround. I derived this from the jQuery FileUpload component commit the fixed this issue.
.fileinput-button input {
-moz-transform : none !important;
border : none !important;
border-width : 0 !important;
transform : translate(-300px, 0) scale(4) !important;
font-size : 23px !important;
}
* + html .fileinput-button {
line-height : none !important;
padding : 2px 15px !important;
}