Storing the file as a binary object, blob in mysql.
Give it some thought! Storing binary data in a database can be a huge performance hit. Unless you need to have this in a database, it is better to store just the url in the database and have the images at a common place in the file system.