I\'m writing a php application and was wondering if it\'s a bad idea to store complete files in the database. Files should be around 100-200kb mostly text files (txt, doc, d
It really depends on the situation?
Having said that, I would lean toward some kind of filesystem for documents over a database.