I have a question about using AFNetworking and showing a upload-progress.
Scenario: From a tableview the user can click on a row and go into a detailview. In the detailview the user can upload five images. If the user upload one image, a upload-progress view will be visible in top of the detailview.
Pretty simpel. :)
Now to the problem:
Lets say the user retunrs to the tableView, and again go into the deatilview where he just uploaded an image.
Is it possible to show how far the upload-progress is.
/Morten