Storing File path - Best Practice
I have a db that stores the path of images that are loaded into a page. All the files are stored in the same folder. My question: Is it better to store the entire file path in my db or should I just store the file name and make a Constant within the webpage calling the picture? I would think it's the second option as it is less data in the db but I just wanted to make sure.
Thanks!
