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 ???