Possible Duplicate:
Where to store uploaded files (sound, pictures and video)
I am making a website where the user registers and signs in and then they can upload their own music files. Should I store the music files that they upload as a blob in a MySQL DB table? or how else could I possibly store the files so they can be played through an HTML 5 media player? I have tried researching this online and all I can find is that it wouldn't be good to store the files in a MySQL table.