Hi there,
I've written a file-attachment patch for OpenGuides and CGI::Wiki, which stores the files in BLOBs. I've written the relevant CGI::Wiki::Store::Pg module for Postgresql, but I don't know so much about SQLite or MySQL. Do they support BLOBs? Is it a similar enough interface to PostgreSQL that I should be doing this stuff at a generic (CGI::Wiki::Store) level instead?
ta,
Toby