[Zope] how to download big files using zope?

Yuppie schubbe@web.de
Sun, 06 Oct 2002 08:44:08 +0200


Andy McKay wrote:
> Google for ExtFile.
> --
>   Andy McKay
>   www.agmweb.ca
> 
> ----- Original Message ----- 
>>Is there a way to just pass the file through? Without loading it in a 
>>string or in the ZODB?

Thanks! But I had a look at the source of ExtFile:

It copies the file into StringIO(). That means it *does* load the 
complete file into memory before you can download it.

Any other hints?

Yuppie