First an opinion - shared by many. "Do not store binary files, image files, or BLOBs inside a SQL database. Store the path to the binary/image file in the database and use the path as a pointer to the actual file. Storing, retrieving and manipulating large binary files is better performed outside the database. A database is not meant for storing files."
HOWTO: Display an Image on a Web Page When the Path Is Stored in a Database
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.