Daniele Development-ML wrote:
I am developing a web application that needs to allow uploading of file of sizes ranging 200Mb - 1 GB.
My current app allows for files up to 1GB.
Currently, I'm doing this with the FileUploadAction, which however loads the entire file in memory - as I understood
There's a class with that name in the showcase, but that's not part of the API. Is this a custom built class you're referring to? What makes you think it loads the entire file into memory?
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 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org