The application I'm currently working on allows users to upload files to a work directory. Unfortunately, they also need to be able to manually open the directory and manipulate files. The file structure is reflected in the database, which comes to the problem. I need the database and the file system to have the same info, so I'll need to sync the database each time a user makes certain changes (move, delete, new, etc.). I'm not in the least sure how to do this. Any ideas?
It's not how hard you push in life, but who you push, that makes the difference between success and running for your life.