In the servlet, you can access the entire data and parse the XML to get hold of the element that you want to access
For example, in the following code, we write the request parameters and their values to the log file.
System.out.println("form was submitted");Part attachment = request.getPart("attac...