How to upload files with a multipart request in swift.
Recently I had to make a multipart request from an iOS app written in Swift.
The thing is, that there is not a standard way to make it easily, at least not without any third-party library. So, making some research I found this blog post.
The author e...
blog.raagpc.com3 min read