View Single Post
  #4 (permalink)  
Old 07-30-2007, 03:33 AM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
Pranith,

What you are after is the apache fileupload jar located at FileUpload - Using FileUpload

When you set the encoding to multipart it all gets mime encoded and weird. I use the fileupload jar to decrypt it all and pull out the params as well as the files.
Reply With Quote