Xcode – How to convert Image to Bitmap and upload with Alamofire?
I want to send the data as well as image to my database with Alamofire, by appending the data to the request body. Now I've successfully inserted all the data, but not the image (the image is not inserted to…