I have made an iphone app to upload an audio file.
I have also made webervices in asp.net to support other functionality for this app and published it on godaddy server.
I want to upload/save an audio file on that server from my iphone app.
I have searched many codes but they are not relevant and usefull.
So how can i do this ?
How to get serverpath where we can upload the file?
Please provide some sample code for iphone to do this.
This is how I POST a file (can be any file , image, video, audio anything) to a web-service
//userfile -> variable name given in the server code…
I hope this will help you in solving your issue…