I am making one web services part for the app in which i need to store images on database. I have stored name, message and some other information successfully, however for storing images i have used blob, but still what function i need to write for saving.
Share
The best way to store an image in the database is by creating a binary large object column (BLOB) in the table. And then store