Jenkov multipart request not working with servlets

Hello !!Does anybody know how to use jenkov multipart filter to upload files in servlets.I used the sample jsp code which was there,its working fine but when i used the same code in a servlet it doesnot work
[221 byte] By [Surabhipa] at [2007-11-27 1:43:06]
# 1

I am going to be very rude to you for your own good.

So it works in a JSP, but not in a servlet huh? This is VERY odd, do you know why? Because a JSP is translated into a servlet the first time you run it, the code IS running in a servlet and working... just not in the servlet that you created.

"it does not work" is not much of a description. Are you getting an exception? Post the code of your servlet so that we can spot the mistake, because you most definately made a mistake somewhere (bluntly copy/pasting code and expecting it to work is the first one).

gimbal2a at 2007-7-12 1:00:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...