how to send audio file through http post to a server from ios?

后端 未结 2 2015
孤独总比滥情好
孤独总比滥情好 2021-01-01 06:01

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         


        
2条回答
  •  轮回少年
    2021-01-01 06:46

    I am using ASIHTTPRequest's library. It has a setFile: method to allow you posting a file to the server.

提交回复
热议问题