Best approach for storing uploaded image

Posted by Sunny on Stack Overflow See other posts from Stack Overflow or by Sunny
Published on 2010-03-15T05:24:47Z Indexed on 2010/03/15 5:29 UTC
Read the original article Hit count: 132

Filed under:
|
|

What are the advantages and disadvantages of storing an image as a blob in the database vs storing just the file name in the database.

I'm using PHP(CodeIgniter) with MySQL.

I know this question is subjective but a client asked me this question and I couldn't give a good answer.

© Stack Overflow or respective owner

Related posts about fileupload

Related posts about php