Possible Duplicate:
How to upload files in JSP/Servlet?
In Sequel to my Previous Question, I am sending form data like various input boxes, etc with file data and set my form enctype="multipart/form-data" and method = post. File Data is reached to servlet but other data is not reached. I only managed to find that both things cannot be used. Is there any rescue?