I have an array of images.
let images:[UIImage]
I want to upload images to the server, after uploading each image I will get the URL of the image as a response.
How to organize a uploading chain(loop) and get all responses using RxAlamofire?
P.S. I did not find examples of uploading multipart data to the server using RxAlamofire