For a website, what are the pros and cons of putting PDFs in a SQL Server database, versus just storing them in a web server directory?
So far I've only ever put text in a database, but I understand you can also put PDFs, images, etc in there.
I need to store about 1000 PDFs for use in my web app. Users will also need to add new ones. It seems simpler to track them if I put them in the db, but it also seems inefficient somehow to me.
So far I've only ever put text in a database, but I understand you can also put PDFs, images, etc in there.
I need to store about 1000 PDFs for use in my web app. Users will also need to add new ones. It seems simpler to track them if I put them in the db, but it also seems inefficient somehow to me.