Does anyone have ANY ideas on this issue???  Im really in a bind here and could
use any advice from anyone implementing the FileTag. Thanks again.


Pete Serafin

Pete Serafin wrote:

> I have a jsp used to do a simple file upload.  I am retrieving and
> processing the file without any problems.  However, when I try to
> forward to the same action ( or another action ) after the processing
> is done, I get the following error:
>
> javax.servlet.ServletException: MultipartIterator: no multipart request
> data sent at org.apache.struts.upload.MultipartIterator.parseRequest
> (MultipartIterator.java:342)
>
> When I forward to a JSP, I dont get this error.  I am not doing any
> validation on this form, but I cant seem locate where the error is
> occuring.  My form does have the following header:
>
> <html:form action="updateCandidate.do" enctype="multipart/form-data">
>
> The error appears to be happing after the action forward, but before
> the perform method of the ensuing action.  Any advise is greatly
> appreciated as I am completely stuck
>
> Pete Serafin
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to