Hi,
It is a html form which points to a servlet on tomcat server.
In the html form i have a <input type="file" name="ftype">
when the form is submitted and when i say
String st=req.getParameter("ftype");
This give the path of the iamge on the client lcoal system.
how can iload this image to the tomcat server in a specify directory.would it be the file class or somethg else
thanks,