Will Norman wrote:
I am trying to get the inputFileUpload working. I get the following error:java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileUploadorg.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:114)
I expect you need the commons-fileupload library in your classpath. http://jakarta.apache.org/commons/fileupload/

