Today I\'ve got a problem with the PrimeFaces FileUpload. It works nice, but the files are stored in JBoss\' temporary directory so whenever I redeploy the application or ju
You can configure upload directory in the web.xml if you want.
web.xml
PrimeFaces FileUpload Filter org.primefaces.webapp.filter.FileUploadFilter uploadDirectory /Users/primefaces/temp