Hello everybody! I'm trying to create a servlet that handles a form via POST with several fields: 3 of them TEXT and the other one FILE. So I have to handle the file upload in it. I've tried it using an example in www.onjava.com/lpt/a/745, but it doesn't work correctly. I'd like to do it via a bean, and not using a library like O'reilly. Anybody can provide me some code to do this, please?
Thanks in advance. Regards Abel Segador =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
