ServletInputStream « Convert « JSP-Servlet Q&A





1. servlet: convert an ServletInputStream into a FileInputStream    stackoverflow.com

i'm writing a servlet that receives a xml file, gives it to another class and gives a html file with some comments back to the client. I'm getting the input-xml with something ...