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.
我可以将图像文件保存在 phpbb 的文件系统(无 db)上吗?
谢谢
实际上头像存储在“/images/avatars/upload”目录中。附加到消息的标准图像以散列格式存储在“/files”目录中。您生成的任何缩略图都存储为同一“/files”目录中的“thumbs_[hashed-code]”。
皮特
图像(上传的头像和附件)由phpBB 存储在文件系统中,更具体地说是在store目录中。
store