Possible Duplicate:
Saving images: files or blobs?
im building a site which will have large no of images. so i want to know the best way to save images in the database.
- Saving images in database in a BLOB field
- Saving images in databases as text
- Saving images in separate file and saving the location in the database
What is the best way from above options?what are pros and cons of above options?any suggestions of better way than above?how do Flickr, FB, Google do it?
suggest me some links to read as well.