I am trying to send multipart image data using Alamofire
with [String:Any] parameters ,i am only able to to post [String:String]
parameters only
For [String:String]
is doing like https://stackoverflow.com/a/40440371/4466607
but now i have to post like :
[ PayLoad ] and i have to send Image with image
key which, i am already doing .
Question :
How can i post image with Dictionary type [String:Any]
in Swift
Please help