We need a voice recorder which can run at client. What we are trying to achieve is, user can record his voice, can play it and then save it on server.
We have searched many things about this .Now we are getting a url from js "blob:http://localhost:8080/4ad0a470-cdfa-4b7b-a094-a6eed2e5fdda".
we are using "http://subinsb.com/html5-record-mic-voice".
So now how we can handle this url in
java to save a file on server.
Thanks
Hemant