
jRecorder is a jQuery plugin to enable a flash recorder in your webpages. You DON’T need to have a flash streaming server or RED5 server to do this recording.
Features :
- You DON’T need any flash knowledge to implement this recorder in your web page
- you DON’T need a flash media server (RED5) for recording audio
- You can design your record button, recording progress bar, recording input sound level with HTML+ CSS
- You can save the recorded audio file in WAV format into your PHP server, using 2 lines of PHP code
- This recorder record voice using browser’s flash and save in browser temporary and when user finish recording, it send the file as POST to your PHP server (a php file)
- *NEW: You can preview the recorded voice before sending to Server

The JRecorder is really neat. It is simple and lightweight. But I don’t think it handles mobile devices. For that you should combine JRecorder with a system that uses the mobile devices file upload/”record on the fly” ability.
Where is the source code and what to do when we want to upload it to server ??? what is the exactly idea about it … please tell me i need it for my site …
Hi Mahamad from here you can download the file : https://github.com/sythoos/jRecorder/