any uploading file with parameters using Alamofire sample code with Alamofire 5?
Seems that there is a big difference with Alamofire4.
Hi @WingCH,
We don't have the documentation for AF5 completed yet as we're still working on finalizing the feature set and APIs. However, we do have tests written for multipart form data uploads which is what I believe you'll want to use. Here's an example of uploading multipart form data in our test suite. That should get you going in the right direction.
Cheers. 馃嵒
Hi! Having problems too. The link to the example is broken, isn't it? @cnoon
Thanks!
https://stackoverflow.com/questions/55264097/upload-files-with-parameters-from-multipartformdata-using-alamofire-5-in-ios-swi/55373356#55373356
This might help you @lrnzkck @WingCH
Just fixed up the link @lrnzkck...sorry for the delay there.
Most helpful comment
https://stackoverflow.com/questions/55264097/upload-files-with-parameters-from-multipartformdata-using-alamofire-5-in-ios-swi/55373356#55373356
This might help you @lrnzkck @WingCH