Hi, I would like some opinion.
For a web based document management system, do you think the file system should follow exactly the way the files are stored? Currently, when a document is uploaded, it will create a folder for that document. So one folder for a document. And the folder name is the FolderID in the database. This is because there will be document with the same name and I don't want to rename coz it will be an attachment in the email. I prefer this way coz the management can be done in the database itself. No need to handle the file system side. So base on the information in the database, I can display out the folder architecture to the end-user. For example subfolder in folder etc. Just that in the file system, it is all one folder one document kind of look.
Any suggestion, comment and opinion? Thanks I am a clever newbie...
For a web based document management system, do you think the file system should follow exactly the way the files are stored? Currently, when a document is uploaded, it will create a folder for that document. So one folder for a document. And the folder name is the FolderID in the database. This is because there will be document with the same name and I don't want to rename coz it will be an attachment in the email. I prefer this way coz the management can be done in the database itself. No need to handle the file system side. So base on the information in the database, I can display out the folder architecture to the end-user. For example subfolder in folder etc. Just that in the file system, it is all one folder one document kind of look.
Any suggestion, comment and opinion? Thanks I am a clever newbie...