Possible Duplicates:
Inserting images into a database
Store images in database or on file system
Hi,
I want to insert product image to database using php. please help me out.
Possible Duplicates:
Inserting images into a database
Store images in database or on file system
Hi,
I want to insert product image to database using php. please help me out.
Are you sure you really want to store images in the database? Its faster to upload the image to the file system and store its location in the database, faster in both upload and accessing.
If however it is storing images as binary in the DB for security for example:
Like:
There are two ways to do this.