There is already a class at
www.servlets.com Download the Oreilly package
There is a java file MultipartRequest.java in that package
complie the file
The MultpartRequest has three parameters
1. HttpServletRequest Objext
2. The path wheer U want to upload the file
3. The max. size of the file
I hope this might help to solve youe problem