[Seaside] support for streamed files with Zinc adaptor?

Esteban Lorenzano estebanlm at gmail.com
Tue Jun 19 14:28:43 UTC 2012


most probably I'm not using the right english words :)
What I want is a way to not upload to the image a 50m file. With the comanche adaptor, I can set an option and get, instead a WAFile, a WATemporaryFile, which is a reference to an external file (so the multipart moves the file to a local file, and I can use the reference).

Esteban

On Jun 19, 2012, at 4:12 PM, Sven Van Caekenberghe wrote:

> Hi Esteban,
> 
> On 19 Jun 2012, at 15:31, Esteban Lorenzano wrote:
> 
>> Hi Sven el all
>> 
>> I'm using Zinc-Adaptor and I need to upload files. I remember Comanche adaptor had support for streamed files (they were derived to a temporary file instead load everything in the image).
>> While I could configure nginx or apache to do that, I would like to be able to do it  using plain Seaside too. 
>> It is possible with Zinc-Adaptor?
>> 
>> thanks,
>> Esteban_______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 
> I am (still) confused as to what exactly is expected of a 'streaming' Seaside adaptor.
> 
> Zn can do streaming uploads and downloads for clients and servers through ZnStreamingEntity objects.
> 
> Setting this up and configuring this depends on what is expected.
> 
> Sven
> 
> --
> Sven Van Caekenberghe
> http://stfx.eu
> Smalltalk is the Red Pill
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list