Forum Moderators: bakedjake
My testing site has all of the images being dumped into /image/uploads for full size images, and /image/uploads/thumbs for the thumbnails. After uploading quite a few test images I realized that I might have a scalability problem.
My initial thoughts on a better directory structure are this:
/image/uploads/%year%/%month%/%day%/
/image/uploads/thumbs/%year%/%month%/%day%/
Is this a solid solution or is there a better idea? Should I just continue to let them pile up in a single directory. Any advice would be appreciated.