0

I am using the code to upload File from the computer to the JSP page I am using Eclipse IDE and Apache Tomcat 7.0

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

But is giving error

The import org.apache.commons cannot be resolved

Can I have to add any external jars to Project ???

Parth Pithadia
  • 276
  • 1
  • 3
  • 18

0 Answers0