I am developing a PHP website and I am having difficulty choosing the best method for storing uploaded files.
At the moment I am considering storing the image as a BLOB in the MySQL database but I have also been told that storing the file name of the image would be enough.