If you want to store them in the database, use a blob file type. But I STRONGLY suggest you store the images outside of the database and simply store the path to the file in the database. When your image library starts to get large, it's going to make your database huge and database managment a pain.
|