Upload multiple files using http POST
问题 I am having a problem uploading files with FTP from my iPhone app. I am sending an HTTP POST request to my webservice with all the necessary parameters. I am sending two files, one is an image, and the second is audio. The image is being uploaded, but the audio isn't. When I trace my web service it only shows the image field as an uploaded file. It's not showing that the audio is also there. My code is: NSString *urlString = [NSString stringWithFormat:ADD_LEAD_API_URL]; NSMutableURLRequest