[Seaside] Serving files

Brian Brown brian at ablelinktech.com
Fri Oct 6 15:59:26 UTC 2006


POST  
User-Agent: Xnntp/beta03 (PPC Mac OS 10.3)

Hello all!

It's been a while since I did any Seaside work, but now I have a 
project and am trying to get back into the swing of things....

I'm writing an online repository which will essentially serve out some 
zip files. I remember some discussion on the groups a while back 
regarding streaming files from the disk without loading them 
completely into memory as they are served. Has anyone taken a crack at 
this? 

In the past I've served everything with apache, but in this case I'm 
dynamically creating folders to store the files when they are 
uploaded, and you have to manage permissions between the squeak 
process and filesystem served by apache, as well as making sure apache 
is set up correctly whenever the app is deployed. Of course, this is 
all doable, just a pain :)

Brian





More information about the Seaside mailing list