I am looking to upload a photo with some data to MySQL database, i am able to insert the data but everything I find about uploading a picture uses a servlet. I need jsp code because the page i enter the data in calls another jsp page that does the connection to the database and the insert.
ps: the picture I've chosen through a browse option I have got that part done I just need the jsp code to insert it to the database.
That's where I am adding the picture:
<input type="file" name="photo" size="50"/>