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.
精彩评论