In order to view this lesson, you must purchase this course.
Now that our server is able to handle image uploads, let's test out the ability to upload images from our iOS application. This process is normally very tedious if you're writing the upload code yourself through URLSession. However since we have Alamofire installed, the upload is performed a lot simpler us a simple upload with multipart form data method. Make sure to look at your server logs to see if things are happening smoothly.