Primefaces FileUpload with PrettyFaces and JSF 2.2.3

后端 未结 3 871
渐次进展
渐次进展 2020-12-01 19:29

I\'m having some problems with PrettyFaces on the pages I use .

When I disable the PrettyFaces filter on the page, everything works

3条回答
  •  春和景丽
    2020-12-01 20:19

    I've found the solution.

    Create the context.xml in the META-INF folder and put this code:

    
    
    
    

    You can remove the Fileupload Filter from web.xml

    Where I found the solution: http://ocpsoft.org/rewrite/docs/faq

    And that's why you need to put it: How to use HttpServletRequest#getParts() in a servlet filter running on Tomcat?

    If your problem is the size of the file, take a look at: limiting to 2 Mb

提交回复
热议问题