That's not my understanding. It could probably be used for small blobs, but there are other true blob'ish things available that are unlimited size.
As for a web interface, to change your site to use a database of paths, just create an admin script that would check for orphaned files or db records by loading all the files and comparing them against the db.
Once you get rid of all the orphans, you can write code for deleting the file from the file system or updating it, etc. It's just a much faster way to display the data at the cost of more complex admin scirpts.