Hi, as far as I know http post request has a feature for sending .wav file:  Can you please guide me of how to make the same with jQuery Ajax POST. I've tried this way:  data geenrated like that: 'var data = new FormData(); data.append('file',$('input[type=file]')[0].files[0]);' It gives illegal invocation error.