I am trying to record audio using jrecorder and upload it to rails server and save it. I am using rails 2.3.4 and webrick.
jRecoder - https://github.com/sythoos/jRecorder
jRecorder's flash uploader sends the file as application/octet-stream.
On the server i do not see this uploaded file in the params or request data.
Would be great to know how to handle these kinds are uploads on Rails side ?
Thanks, Uday