You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Chris Campbell <ca...@ramoak.com> on 2001/04/23 18:57:32 UTC

Help with upload

Hi,

I'm trying to get the file upload facility to work, and am having trouble. 
I can get a file to upload and get stored in the database, but as soon as I 
forward to the next page (through a forward to an action), I get an 
exception: "javax.servlet.ServletException: MultipartIterator: no multipart 
request data sent". Tomcat claims to be working on the next action by that 
time (a listing of all the attachments stored in the database).

Any idea why I might be getting this? I realize that I'm not providing all 
that much information, but maybe it's a common occurrence if you don't have 
things set up right...?

Thanks for any help. Email me direct if you like - I receive the digest 
version of the list.

Chris Campbell