By default, multipart request handling is disabled. The "NetUI Form
Control Tags" document includes a section on the  <netui:fileUpload>
tag and how to enable multipart request handling. See...

http://beehive.apache.org/docs/1.0.2/netui/tags/formControls.html#FileUpload

Kind regards,
Carlin

On 5/12/07, "Михаил Noofiz" <[EMAIL PROTECTED]> wrote:
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