Primefaces p:fileUpload doesnt work in IE 10

前端 未结 6 1697
攒了一身酷
攒了一身酷 2021-01-13 03:07

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

6条回答
  •  日久生厌
    2021-01-13 03:33

    I've got also problems with p:fileUpload after upgrading to IE10. The JavaScript errors began to occur ('syntax error in XML document').

    It helped to change the X-UA-Compatible header to IE=EmulateIE9:

    
        
            
            
        
    
    

提交回复
热议问题