Re: [7.0.0-M1] Actions not setting parameters with Multi-part forms
Lukasz Lenart <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <CAMopvkM67BA8qkutOrAm8RHXvSZWZOGhE29ZWvocOzzJQsk0HQ@mail.gmail.com> |
I'm still working on this but basically it doesn't make sense to use JakartaStreamMultiPartRequest any more - the current implementation streams the uploaded files into disk anyway, but in a bit different way how JakartaMultiPartRequest is doing it - that's why you see different temporary file names and that's why some settings don't work. To take full advantage of the Streaming API, a large refactoring is needed to allow streaming the uploaded files directly into action instead of keeping file references in the parser. Regards Łukasz