Send POST parameters with MultipartFormData using Alamofire, in iOS Swift
I am using Alamofire, very first time. I am using the latest version Alamofire 1.3.1. I want to send one image , one video and some POST parameters in one API call. I am using multipart form data. The mutipart module is working. I am facing a problem to send extra POST parameters params . Below is my code. "params" is the dictionary which contains extra parameters? How can I append these POST parameters in the request. Please help var fullUrl :String = Constants.BASE_URL + "/api/CompleteChallenge" var params = [ "authKey": Constants.AuthKey, "idUserChallenge": "16", "comment": "", "photo":