Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从 a 获取路径FileField,以便根据给定的文件系统路径检查它,以了解我插入 mongo 数据库的文件是否已经存在。是否可以?
FileField
我得到的只是一个GridFSProxy,但我无法理解如何处理它。
GridFSProxy
你不能,因为它将数据存储到数据库中。如果您需要存储原始路径,则可以创建一个 EmbeddedDocument,其中包含一个 FileField 和一个带有路径字符串的 StringField。但请记住,存储的文件和您可能在该路径上找到的文件并不相同