Re: Problem with file upload in struts2

2007-04-16 Thread Eric Rank
I had the same problem with file uploads using Struts 2.0.6 I tracked down the source of this problem. To summarize, it's a bug that's specific to the Struts 2.0.6 tag; it has since been fixed in the repository. The class in question is the FilterDispatcher. In short when uploading a file,

Re: Problem with file upload in struts2

2007-04-16 Thread Mahdi Milani Fard
That solved the problem. I also had some problem with url objects in jsps. Sometimes they did not include the params I indicated. That was also solved with the cleanup filter. Dave Newton-4 wrote: > > --- Mahdi Milani Fard <[EMAIL PROTECTED]> wrote: >> I'm trying to upload a file with struts2 [

Re: Problem with file upload in struts2

2007-04-16 Thread Dave Newton
--- Mahdi Milani Fard <[EMAIL PROTECTED]> wrote: > I'm trying to upload a file with struts2 [...] Try including the action context cleanup filter as the first filter in your web.xml. If that fixes it for you as well I'll add something to the upload wiki docs, so please follow up. struts-cleanu