Friday, February 29, 2008

Simple File Upload Servlet

This war file is build using simple JSP and Servlet which upload any type of file to server. You can configure if you need to save the uploaded files to relative location w.r.t to application context or to exact path provided. Src code is included in the WAR
Requirement :
JDK 1.5 (and above)
Tomcat 5 (and above)

Lib
All the additional required libraries are included in the war.

Download : WAR file