I recently wrote an application that did something very similar (to be released as soon as I've got the kinks worked out ;) Here's a snippet of the code I used to allow file downloads:
http://paste.turbogears.org/paste/387 The import you need for serveFile is: from cherrypy.lib.cptools import serveFile Hope this helps -- Lee McFadden blog: http://www.splee.co.uk work: http://fireflisystems.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

