基本文件存储
为了防止文件存储问题,例如两个人上传可能具有相同文件名的文件时...
是否最好为每个用户提供一个单独的文件夹以防止出现问题,或者最好将所有文件放在所有用户的一个文件夹中但更改文件名以保持它们唯一?
In order to prevent file storage problems like when two people upload a file that might have the same file name...
Is it better to get each user a separate folder to prevent issues or is better to have all files in one folder for all users but change the file-name to keep them unique?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您想要实现的目标。
您想提供什么样的服务?通用文件存储服务?然后使用不同的文件夹,因为目录中的文件数量可能有限(取决于文件系统)并且会对性能产生重大影响。
你们提供简单博客的上传区域吗?使用单个目录并更改文件名。
抱歉,只有提供更多信息才能给出绝对答案。
It depends on what you are trying to achieve.
What kind of service do you want to provide? A general file storage service? Then use different folders, since the number of files in a directory may be limited (depending on the file system) and can have major influence on the performance.
Do you provide an upload area for a simple blog? Use a single directory and change the file names.
Sorry, an absolute answer can only be given if you provide more information.