I am creating a JSP page UploadFile.jsp. I keep getting the error. The org.apache.commons.fileupload.disk cannot be resolved. I need the package for the DiskFileItemFactory class.
Based on my online research, I pasted the following JAR files to the WEB-INF/lib folder. commons-fileupload-1.0-5.5.23.jar, commons-io-2.11.0.jar, org.apache.commons.io.jar and poi-3.17.jar. I still kept getting the error. I then added these JAR files to the classpath but it did not resolve the issue.
I have attached an image of my Eclipse page for reference. I am working on the More_Exercises project.
Based on my online research, I pasted the following JAR files to the WEB-INF/lib folder. commons-fileupload-1.0-5.5.23.jar, commons-io-2.11.0.jar, org.apache.commons.io.jar and poi-3.17.jar. I still kept getting the error. I then added these JAR files to the classpath but it did not resolve the issue.
I have attached an image of my Eclipse page for reference. I am working on the More_Exercises project.