Writing sound file to mysql
Hello:
I have an applet that records sound from the client machine. I want to be able to save this sound clip --which is 10 secs--to mysql db. Additionally, the applet provides the user the option of playing back that sound (after it is recorded), I need to be able to perform this task as well. All of this happens within the same session.
Currently, the applet records the sound and saves on the user's desktop; for security resons, I want to avoid this process and write the file back to my server's db (same server serving up the applet).
Any guidance in this area is of great help;
Thanks