Storing image may be done using blob i guess, but i never use it.
Usually, i store picture in a directory, and store in a table the whole name of the file to be associated with the picture, so i know where to look at it when needed.
In the php documentation, the file php-manual/features.file-upload.html
tells you how to handle image upload.