I want to upload images from an iOS app to a php server. I am currently using POST Multi-Part Request in AFNetworkingOperationManager.
What I want to do is that when a user taps to upload image, Its starts uploading in the background and then a user can migrate away to a different controller. And when the upload the finished, The image is added to the list of images in a different controller where they are displayed in a table view just like twitter.
Can I accomplish this using AFNetworking?