I am looking for a complete example (source code, ant build file, libs, jsf pages, web.xml...) of a JSF page with file upload to the server, store in a directory on the server and download.
I am using the upload file example from myFaces, but I have some trouble building a self contained, independent WAR file and handling the download part (escaping file names?). I get some weird errors/warnings with the example of Tomcat, plus some caching issues. Basically I want a JSF page with an option to upload files on the server, a list of the files already on the server with a way to delete or download them from the server onto the client. Thanks Fred

