It is not about dropping Lift, it is about starting to use it. I want
it very much but i need to consider all pluses and minuses before we
jump in. External server for uploading could be a solution but it will
not be in Scala and will require some  other tools to be involved. I
am still looking for solutions how i can do it with Lift. Frankly out
there i do not see anything to replace Scala/Lift.

On Jul 1, 1:08 am, Naftoli Gugenhem <naftoli...@gmail.com> wrote:
> I'm not too familiar with the topic but instead of dropping lift, as a 
> temporary workaround can't you have the upload be handled by another servlet 
> which will save it and then redirect?
>
> -------------------------------------
>
> Vlad Seryakov<vserya...@gmail.com> wrote:
>
> I am also contemplating to use Lift but lack of big file upload is the
> showstopper. We need to upload images, and big video files and
> currently there i snot way to do it in Lift, i need something else to
> handle that which makes the whole stuff more complex than needed.
>
> Spooling into temp file and doing async upload of multiple files at
> the same time is what needed. Nowadays media uploads is normal and
> those files are getting bigger and bigger.
>
> On Jun 30, 5:58 pm, Timothy Perrett <timo...@getintheloop.eu> wrote:
>
> > This has been hurting me for quite a while now (raised it on list  
> > about 2 months ago) and could really do with getting it fixed.
>
> > As derek points out, it's not a small change which is why I've done  
> > nothing about it to date - a little too much core hacking to feel happy
>
> > If you think your able to do something about it that would be  
> > absolutly brilliant!
>
> > Cheers
>
> > Tim
>
> > Sent from my iPhone
>
> > On 30 Jun 2009, at 22:33, David Pollak <feeder.of.the.be...@gmail.com>  
> > wrote:
>
> > > What kind of priority is this issue?  I think I can abstract things  
> > > in such a way that it works correctly, but it'll take a couple of  
> > > days.
>
> > > On Tue, Jun 30, 2009 at 2:08 PM, Derek Chen-Becker <dchenbec...@gmail.com
> > > > wrote:
> > > Well, as usual something that seemed simple at first glance is now  
> > > looking somewhat complex. I'm thinking of reworking the fileUpload  
> > > handling to allow a user to register either a (String, String, Array
> > > [Byte]) => Any or (String, String, InputStream) => Any function,  
> > > which would then be executed during request processing. The issue is
> > >  that form field processing (ParamHolders) takes place in Req, befor
> > > e LiftSession has been set up, and the act of parsing the request fo
> > > r form data, particularly for large upload streams (the target of th
> > > ese changes) precludes holding on to any data for later processing (
> > > the servlet container cannot be expected to hold the entire request  
> > > in memory). On the other hand, users should reasonably expect that t
> > > heir form handling functions are stateful, so I'm trying to think of
> > >  some way to meet in the middle on form processing. Ideas?
>
> > > Derek
>
> > > --
> > > Lift, the simply functional web frameworkhttp://liftweb.net
> > > Beginning Scalahttp://www.apress.com/book/view/1430219890
> > > Follow me:http://twitter.com/dpp
> > > Git some:http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to