The following JSP (test.jsp) calls itself for processing. Unfortunately, it
doesn't display after the form is submitted, unless
enctype="multipart/form-data" is omitted. As far as I can see from scanning
the archives, there is/was a bug that prevents JSPs from working with file
uploads, although servlets work. Is this still the case for Tomcat 3.2.1
standalone?
<%@ page %>
<html>
<body bgcolor=white>
<form action="test.jsp" method=post enctype="multipart/form-data">
File to verify: <input type=file name=file>
<input type=submit value=Validate name=submit>
</form>
</body>
</html>
Mike Slinn
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]