Hai all,
i have a problem with uploading the image file.
In my html file i use the tag like
<input type=file name=image> and in my
servlet getParameter("image") , i get the path of the file and this works fine for my local system, but i want the file to be uploaded even from client machines.
can any one help me how to modify my html and servlet program so that i can store the image in my
java web server.
thanks
prabhakar.