Hey guys, I'm building my own cms and I was wondering about what is the best way to store images/audio/docs etc. that are uploaded by the users. Let's say you have an online store. You have some products. Of course - you'll have images. It's easy to put an upload button and upload all images in a directory. But I've seen some people first make a "resources" folder and upload new files there. Then, if the user needs to use a certain image a second time, he won't have to upload it again, therefore less harddrive usage, maybe a little optimized and less traffic. I just need some opinions what are the ups and downs of this approach and share if there is a better way
