lamia:
Makikisawsaw lang huh. Since wala pa reply si Keith, ako muna hehehe.
For me, no. My usual practice is to just store the "location" of the file in the filesystem to say, a varchar field in your database. Interesting topic to ah.
Hehehe. Yup! This is a really interesting topic!
I agree with Lamia. I have developed different applications that handle this type of scenario and 100% of the time the DBA and the Network Admin agrees that it is better and safer to have the file storage on the filesystem instead of the database. The point I always here when there is a discussion about this issue is the saying that you shouldn't put all your eggs in one basket. What we usually do is just create a field on a table that points to the location of the file and another field that specifies what type of location (e.g. filesystem, url, web service). This way we can update the location in the event that we change the storage type/location.
HTH