Hello all, I am trying to wrap the servlet request method as described in the documentation to extract form field information and the actual file submitted . I am using the ServletFileUpload class in order to extract the desiered information as follows; ServletFileUpload servlet = new ServletFileupload(factory) // a factory instance Servlet.parseRequest(request); // the httpRequest.
At this point I get the following exception: Sevlet execution threw an exception With a reference to a code line number 116 in ServletFileUpload.java Does any one have a suggestion please ? How should I get the requested form fields ? V.(Billy) Kantartzis Surveilance & Reconnaissance Recource Centre Command & Control Systems Devision T:+31(0)70374-3706 F: +31(0)70374-3079 E:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
