Hey Oliver, I was referring to large uploads - with the current scheme the entire file is read into memory, so if you upload, say, a 400 or 500mb file you'll find that your entire stack bloats in size.
Thanks, Tim On Jun 12, 11:53 am, Oliver Lambert <[email protected]> wrote: > Whats serious uploading? I uploaded 15,000 records using it today - seemedto > handle it OK. > > On Fri, Jun 12, 2009 at 9:48 AM, Timothy Perrett > <[email protected]>wrote: > > > > > > > FYI - its not a streaming upload at the moment, so its great for > > smallish files, but you wouldnt want to do much serious uploading with > > it right now. We've had several discussions about making it streaming, > > and its certainly "on the todo list". > > > Cheers, Tim > > > On Jun 11, 9:24 pm, DavidV <[email protected]> wrote: > > > I would like to upload a .csv file onto the web server so I can then > > > parse it in my webapp, and put certain fields into my database. I > > > would like a "Browse..." button, much like the one shown on this Lift > > > example page:http://demo.liftweb.net/file_upload > > > Can anyone point me in the right direction as to how to get started > > > doing this, or tell me where I can find the example code for the link > > > I provided? I can't seem to locate it in liftweb in github > > > thanks, > > > David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
