Hello.

I`ve got a problem while uploading files with com.oreilly.servlet.multipart 
library.
from a jsp page I call a class method? which simply shwos the uploaded file 
name.

Wheb I navigate directly to jsp page everything OK:
<form action="page1.jsp" method="POST" enctype="multipart/form-data">

But when I try to do the same through the action, which just redirects to 
page1.jsp, I get:
javax.servlet.ServletException: Received a multipart request, but multipart 
handling is not enabled.

Thanks

Reply via email to