Will Norman wrote:
I am trying to get the inputFileUpload working.
I get the following error:

java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileUpload
org.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/

Reply via email to