I\'m having some problems with PrettyFaces on the pages I use
.
When I disable the PrettyFaces filter on the page, everything works
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: