alex bodnaru schrieb: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > hi friends, > > i wish to allow some users to post articles, that would be edited with > tinymce, and saved in a database field. > > to avoid dependency on external files, i'd like to embed all images in > the text to be saved, and later showed. i know that would work slower > for big images. > > any ideas/knowledge of an appropriate python module?
I'm not aware of such a feature, but that doesn't mean it's not existant. But one thing is for sure: posting such a self-contained beast is nothing python has to do anything with. Either tinymce has the means to create DOM that contains the images represented inline - or it hasn't. Which means that you then need to upload them separately. Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

