I need some general information to get started.
I have a site I'm working on as a project - consider it a mini-facebook or something if you need a reference. Users register, have profiles, etc.
I need to be able to allow users to upload photos. My question - should I be uploading the photos and storing them in mysql, or (and I assume this is the better option) uploading them to the file system, and referencing them in mysql?
Assuming the second is the better option, can anyone point me in a direction to get started?
Any thoughts would be appreciated. Thanks.
Charlie


