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