Users can upload files to the server, which are stored effectively forever.
I want to know if anyone has an idea for tracking orphan files. A few of my ideas involve logging every upload, but then the files are usually referenced in html which isn't easy to track.
Files can sit unused but still be referenced. I could do a fuill text search on these, but that's pretty brute force.
Do I just give up and let them grow old?