I am new to Stackoverflow, and I am actually working on a J2EE web app that stores information onto a Mysql DB, including audio files that I record on a JSP page.
Now I am stuck on the recording and storing the audio file on the database. i also have looked that up and it seemed to be possible, but all the answers were short and ambiguous.
Thanks everyone for your help.
EDIT: My question is, is there a way to record audio on a JSP page and sent the result file to the database?