What's the best way more scalable way to do that.
Currently my database is Mysql and i am using php in my website. But It is just a demo. But I want to ensure the way i store multimedia resource is scalable with manageable accessibility.
The simple way is storing links in database of multimedia.
Another way is creating specific folder for each user's multimedia and put the media in his or her own folder.
And Some other simple way. But I need an expert's suggestion.
Any other Suggested architecture would be appreciated! If you know link, website, Publication which can help me let me know.