Re: [struts] file upload exception

2007-09-14 Thread Session A Mwamufiya
The upload is named "upload", and the button is "importButton". I'm not sure why there's a conflict there. I added the action context cleanup filter in my web.xml file, but that didn't change anything. One thing I see in my server log is the FileUploadInterceptor that removes the file: 15:08:

Re: [struts] file upload exception

2007-09-14 Thread Dale Newfield
Session A Mwamufiya wrote: You're right about the button, that's what gets put in the file. Could it be that you've named the upload the same as the button, so there are two parameters sent up with the same name, one of which masks the other? -Dale -