Uploads have remained quite mysterious and difficult for me. I'm all for anything that makes it easier to do them. Less memory usage is good, too.
Chas. Tim Perrett wrote: > Guys, > > I've been taking a close look at the way lift handles uploads. Right > now were putting the entire thing (upload) into memory. This, IMO, is > not a good look. I managed to crash my whole laptop as Jetty scrabbled > for memory to store a massive upload I was trying. > > Looking at the commons upload API it appears it has pretty good > support for streaming: > > http://commons.apache.org/fileupload/streaming.html > > Can we not rework the upload support in Req.scala to use a streaming > methodology instead? A sweet by-product will be easily able to do > CometActor based upload progress bars ;-) > > Thoughts? > > Cheers, Tim > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
