Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Okay i know this has been discussed a lot of times, but i never really found an answer for my side

So i am building a model agency site, where i would like to add the ability for models and photograpers to upload their work and portfolio.

These images would be categorised, stored on the server, and the image names would be inserted to a db row with the image unique name and extension.

But what mostly i fear that this will create a huge database.

Currently when an user signs up, the system genereates them the following folder structure

uploads/user/user_id/images/

So i am a bit lost and unexperienced with this part.

Could some one offer me an idea, or give me a hint on this, what would be the best way?

PS: And security is a must in this case, so would be happy for just a hint on this one too

Thank you

share|improve this question
2  
Storing the images themselves in the database will create a huge database, but just the image name and extension will be far from anything large. You are doing what most would consider the proper way to serve those images. – cryptic ツ Dec 20 '12 at 7:49
1  
This is too vague and broad a question. There is no "best" way, and we don't know the "best" way for you because it depends on many factors of which you only cite very little. What about other suggested solutions you have looked at didn't you like? – deceze Dec 20 '12 at 7:50
I've carefully written a very long answer with a lot of suggestions and ideas about the whole process of uploading, storing and delivering images. Would be a shame when this would be for the wastebin now, just because the question wasn't constructive enough - any suggestions? – Michel Feldheim Dec 20 '12 at 8:18
@Michel Post it as answer to one of the many similar questions or open your own question and answer it yourself (there's a checkbox for that when writing the question). – deceze Dec 20 '12 at 8:32
@Michel could you post a link to your answer please – Side Dec 20 '12 at 8:33
show 2 more comments

closed as not constructive by deceze, elclanrs, KingCrunch, complex857, Jack Dec 20 '12 at 7:58

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.