The best advice is don't do it! It is much, much easier to store the images in a folder somewhere and just store the path in the DB.
I've never done it myself, but I think you need to get the binary stream of the image in your front-end app and insert this into the column.
As I say, if you can possibly avoid doing this, then do! --James