Hi All,
I've read a couple of tutorials (probably from web2py slices) about HTML wysiwyg + images uploading (in separate table)....
I was just wondering... what if instead of defining a TEXT field and an additional table for storing images.... we define a BLOB field and we store ALL there.... HTML + Images.... (or images names..... and images in FS)
I don't know if there is any lib around that would do it.... if not, I guess that using the CKEditor + some web2py logic (probably serializing a dictionary with the text + images) should not be so difficult to create a widget for it...
what do you think ?
thanks
--
Sebastian E. Ovide