I am trying to Save an image provided by user to DataBase, when he gives the Path of the Image. How I can do this.
I am trying like
.......
<input type="file" name="xyz"......>
........
........
in table I am defining a field of type BLOB but the image never stored in database
Any solution