> i wanted to upload files using a java servlet and save it in a
> directory on the server.
[quoted text clipped - 15 lines]
> plz tell me.
> if u have some type of code plz put it up.it will b helpfull.
Despite its maturity, the servlet specification still does not support
multipart/form-data encoding for uploading files. So you will have to
use a third party solution, either one provided by your application
server or an add-on like the Apache file upload package.
HTH,
Ray

Signature
This signature intentionally left blank.