"Ben Sizer" <[EMAIL PROTECTED]> writes: > You may also get better answers on comp.lang.python since none of this > seems to concern Turbogears directly.
The TG part has a recipe that I've written on the wiki (and I don't know if it was migrated to the docs). The Python part, as you said, is independent of where it is being used and can be asked there. http://trac.turbogears.org/wiki/StoringAndRetrievingFilesFromDatabase Take care that since I was working with JPEG images the example has it "hardcoded". If you have other formats you'll have to specify them dinamically (there are recipes for that as well). -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

