I have a text file, it's a XML file. This is the configuration that the users upload.
The issue now is should I store this file into the database straight? Or should I put the file in one directory, and inside my db I point to the location of this file?