On Tuesday, November 1, 2011 5:48:12 PM UTC-4, John Duddy wrote: > > Unfortunately, no. I might be able to create soft links under static > to those directories, making up a guid each time for the name. I was > hoping for a more elegant solution. >
If these are purely static files, why do you need web2py to serve them? Can't you set up your web server to serve them from where they are, or do you only have web2py's built-in server available (if so, maybe you can run a separate instance of Rocket using the fs method: http://packages.python.org/rocket/methods.html#fs)?

