Hello. I have added the commons-fileupload-1.1.1.jar to my WEB-INF/lib directory, and I have also included the same jar file in my webapp.jar file.

But still I seem to have problem using it. I keep getting :

DiskFileItemFactory cannot be resolved to a type


I have also tried other classes and get the same error. I have included

<%@ page import="org.apache.commons.fileupload.*"%>

<%@ page import="org.apache.commons.fileupload.servlet.*"%>

<%@ page import="org.apache.commons.fileupload.portlet.*"%>

<%@ page import="org.apache.commons.collections.*"%>

But this doesnt seem to help. Please help.

Shervin Asgari


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to