Currently, I'm considering two options:
Keeping all files and images on a file system, and storing paths to them in a relational DB (which is used for storing all other data of my web-app).
Storing all files and images as BLOBs in the relational DB.
Let's consider, that files/images number is relatively small (thousands), and DB is not shared (yet).
What are the pros and cons of suggested solutions? Are there any another possible solution (maybe nosql-based)?