This post is presuming that you …
have Symfony 1.2+
have models set up
have some sort of admin area set up, albeit without file uploads
This is *not* about storing file data in the database, it is about storing file *locations* in the database. The actual file data will be stored on the filesystem.
So lets get file uploads [...]