Creating a multipart/related Http Request – Easy when you know how.
When working with a third party EDMS I needed to add a document using a multipart/related request. Having never done a multipart/related request before I did struggle at first, trying all sorts off methods. But then I stumbled across the System.Net.Http.MultipartContent – things often seem so simple when […]