On Mon, Jul 13, 2009 at 4:34 PM, Dale Newfield<d...@newfield.org> wrote: > >> I remember once I came across another possible solution, which allows the >> serialization of the file data as it is received from the server. > > I assume that the multipart request processor streams the content into a > file without first loading the entire thing into memory...if you know that > this is not the case, please point out the offending portion of code... > > -Dale >
I am pretty sure you are right Dale, there was a JIRA that the choice was unavailable. The GAE doesn't allow you to write files anywhere on the filesystem, and there was no option to configure this behavior. That's one of the reasons I started a plugin. The choices are available in commons-fileupload, but we just weren't exposing them. I'm guessing the files are getting serialized (I think the threshold is way less than what he is talking about), he just didn't see them anywhere. -Wes -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org