how to do image data, such as to save picture in database
Databases are for data to be queried. Will you be querying on the raw image data? No. Use the power of the file system. You get with it caching and easy management without all the fuss of database code to handle your image.