Delete comment from: Javarevisited
Syed Rizwan said...
Try this :
Before coding download the package : cos.jar
First create a HTML file and upload.jsp
upload.jsp : Add the given below:
import="com.oreilly.servlet.MultipartRequest"
MultipartRequest m = new MultipartRequest(request,"e:/syed",10590378);
out.println("Uploaded");
Apr 16, 2014, 6:46:14 AM
Posted to File Upload Example in Java using Servlet, JSP and Apache Commons FileUpload - Tutorial