For my Thesis I should create an App that views all photos then send them to a server (IBM Watson) to be analysed. I have been able to view the photos and cache them using the apple photo framework. I made few modification to the code from the example so far. Currently I am stuck in the phase of looping through all the photos and be able to send them to the server. So I found this link stating how to fetch and send to API but I cannot modify it to implement it on the example previously. Any help would be appreciated. Thanks
Asked
Active
Viewed 92 times
0
-
1You can use the Alamofire(https://github.com/Alamofire/Alamofire#uploading-data-to-a-server) see the section of "Uploading Multipart Form Data" on given github link. – Ramkrishna Sharma Jun 07 '17 at 06:34
-
1Use the framework @RamkrishnaSharma has mentioned – Aju Antony Jun 07 '17 at 17:10