views:

14

answers:

0

Hi, I am working on an iphone app for sdk 4.0. I need to upload an audio to webserver. User will choose a audio file fromm existing iphone libraray and this should be upload on server. I am supposing that (MPMediaItemCollection *) will return an audio file and further i will convert it as NSDATA and send to server using webservice. but it not returns the audio file, any idea how to do it