Hi Tony,

Oh, I found the solution. I missed the following code in web.xml:       <!-- 
file upload Servlet -->
  |     <servlet>
  |             <servlet-name>uploadServlet</servlet-name>
  |             <servlet-class>
  |                     com.icesoft.faces.component.inputfile.FileUploadServlet
  |             </servlet-class>
  |             <load-on-startup>1</load-on-startup>
  |     </servlet>
  |     
  |     <servlet-mapping>
  |             <servlet-name>uploadServlet</servlet-name>
  |             <url-pattern>/uploadHtml</url-pattern>
  |     </servlet-mapping>
Thank you.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025277#4025277

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025277
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to