I want to create a small document management system. There are several users who store their files. Each file which is uploaded contains info about which user uploaded it and the document content itself. In a view all files of ONE specific user will be displayed, ordered by date.
更好的办法是:
提供文件名称或元数据(XML),其中载列日期和用户(并通过它们检索元数据)或
• 在亚洲开发银行中提供随机/独特名称和储存元数据? 例如:
date | user | filename
What would you say and why? The used programming language is Java and the DB is MySQL.