Well I'm writing my first CMS in PHP and was curious...
My CMS allows for PDFs and Word Docs to be uploaded. Right now they're being stored into a database under the blob type. Is it efficient to do it this way? Or would it be more efficient to upload PDFs to an actual directory on the hosted account and merely store the URL to the file in a database? Or doesn't it matter?
Thanks! I'm just trying to learn some general best practices 🙂