Questions tagged [alamofire-upload]
16 questions
0
votes
2 answers
Swift: Content-Disposition appearing in image source when upload with alamofire
I am uploading image file on azure server with below code which successfully upload the file. (i can see it on server)
self.manager.upload(multipartFormData: { (multipart) in
multipart.append(fileData, withName: "file",fileName:…

A R
- 461
- 4
- 14