For a project I have to record audio on the browser over JavaScript, send this Audiofile to a Java Program on the server on which the page is loaded and work with it there.
So far I managed to create the blob with the type of .wav and (for testing) download it on the browser directly.
How can I transfer the blob file to the Java Servlet? I also tested around with URL-Objects but without any success.