Upload+ read an excel file in a jsp using POI
问题 I want to read an excel file in JSP,for this I first uploaded the file in a folder in the :D partition named uploads using a web application project,and I tried to read the excel uploaded file with an another java projet. The both codes are working .Here it is the code of uploading in a specific folder via web application project(JSP and SERVLET): Libraries commons-fileupload-1.2.2.jar commons-io-2.1.jar index.jsp <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html> <html>