Alamofire Series: Tutorial 5 📝
In this tutorial we'll see how to upload a file in a POST Method using Alamofire Library with Multipart file upload.
This tutorial is in continuation of the previous tutorial (Tutorial 4) • Building Form Data and sending parame... . It is highly recommended to watch that tutorial to be at pace with this tutorial.
This tutorial is one of many tutorials in the series, in which we will be exploring the Alamofire Library and how it can be used in your project in Swift.
So make sure you have subscribed 👆to our channel and you have hit the notification button 🔔
🔗Tutorial 1: How to send a GET Request using Alamofire Library • How to send a GET Request using Alamo...
🔗Tutorial 2: How to send a GET Request with URL Parameters using Alamofire Library • How to send a GET Request with URL Pa...
🔗Tutorial 3: How to send a POST Request using Alamofire Library • How to send a POST Request using Alam...
🔗Tutorial 4: How to send a POST Request using Alamofire Library • Building Form Data and sending parame...
Github Link: https://github.com/Alamofire/Alamofire
Apple UTI Documentation: https://developer.apple.com/library/a...
📌Recap of the previous tutorial at 00:39
📌Returning a MIME Type of the File from 03:26
📌Setting a POST Request to Alamofire with Multipart Form Data at 08:24
📌How to get the progress of the Upload Request at 17:50
📌Get the Status from 18:40
📌Size of the Payload from 18:40
📌Response time of the Payload from 18:40
We upload new videos every week!
Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video!
#Alamofire #FormBody #POST #Swift