Login required for access
In order to watch this lesson, you'll need to login to the website.
iOS Uploading Images with Alamofire
Fullstack Social iOS NodeJS REST
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.

Comments (7)
4 years ago
4 years ago
4 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
HELP & SUPPORT