Possible Duplicate:
Storing Images in DB - Yea or Nay?
I am making an asp.net mvc site that will have a forum to upload some information. I want to be able to have it upload images. However I am not sure if I should save these images in the database or save them to the file server.
I do not see the images going over 200Kb (this is probably very high). I think the average will be under 50kb.
So what is better to use?