开发者

phpbb and filesystem storage

Can I save the images file on filesystem (no db) in p开发者_运维问答hpbb?

thanks


Actually Avatars are stored in "/images/avatars/upload" directory. Standard images attached to messages are stored in "/files" directory in a hashed format. Any thumbnails you generate are stored as "thumbs_[hashed-code]" in that same "/files" directory.

Pete


Images (uploaded avatars and attachements) are stored on the filesystem by phpBB, more specifically within the store directory.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜