View Single Post
  #2 (permalink)  
Old 08-05-2007, 05:50 AM
Heather Heather is offline
Senior Member
 
Join Date: Jun 2007
Posts: 164
Heather is on a distinguished road
The com.oreilly.servlet.MultipartRequest class is order-of-magnitude easier to use than Jakarta fileupload:

Servlets.com | com.oreilly.servlet

You instantiate an object, then the uploaded file is on your disk at your server machine. The class is just like a vending machine for file upload. For commercial use, however, you have to buy author's book or books.
Reply With Quote