[Seaside-dev] streamed upload?

Sebastian Sastre ssastre at seaswork.com
Wed Apr 15 15:14:01 UTC 2009


ok, big uploads are fine then but I'm seeing how the download anchors are being
made in the test and one is using the contents supported by the image.
Are we also able to make big files be streamed in the download?
How should I make the download anchor so the file is served from disk too?
sebastian 

> -----Mensaje original-----
> De: seaside-dev-bounces at lists.squeakfoundation.org 
> [mailto:seaside-dev-bounces at lists.squeakfoundation.org] En 
> nombre de Lukas Renggli
> Enviado el: Wednesday, April 15, 2009 11:55
> Para: Seaside - developer list
> Asunto: Re: [Seaside-dev] streamed upload?
> 
> Have a look at the method #streamUploads:. By default it is set to
> false, but you can try setting it to true ;-)
> 
> Lukas
> 
> On Wed, Apr 15, 2009 at 4:48 PM, Sebastian Sastre 
> <ssastre at seaswork.com> wrote:
> > hi there,
> > do we have streamed uploads? I mean something that won't 
> accumulate bytes in the
> > image. I've see the upload functional test maintains the 
> bytearray in the file
> > instVar. That's absolutely necessary?
> > How can we implement to store uploads of lets say 700MB?
> >
> > sebastian
> >
> > _______________________________________________
> > seaside-dev mailing list
> > seaside-dev at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
> >
> 
> 
> 
> -- 
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev



More information about the seaside-dev mailing list