i have two function recordsound and post this recorded sound to the server.
this is the following code i used to post to the server
NSString *filePa
first of all you have to change the audio file data in binary format then send it in network by http protocol.
Then at server side you have to write a code to accept that binary file then convert it into proper audio file and store it on server.
This is how you can do your task...
I am using ASIHTTPRequest's library. It has a setFile: method to allow you posting a file to the server.