Possible Duplicate:
Storing Images in DB - Yea or Nay?
I'm building a website as a learning exercise in PHP and MySql for use for sharing pictures between me and my friends. The general ideas is we each have a login, upload our photos to albums and can send links to the albums to each other. Yes, could use something else - but the point is this is just something I'm doing to learn. All going well but wondering, when uploading the images, is it better to do so to the file system or database? Not sure what best practice is? Any pointers would be helpful! TIA.