On Feb 20, 12:26 pm, gazza <[email protected]> wrote: > Hello, > > I would like to store images (.jpeg etc) within a table in my > database? > What is the best way I can accomplish this in pylons?
I thought this was generally not recommended and that you should instead store the files on the file system with just the paths to the files in the database. If you want to do it anyway, this is more of a SQLAlchemy/database question and not something that's specific to Pylons. (Or maybe that's just me saying I don't really know ;) -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
