MultipartForm FileUpload with RestSharp

#RestSharp#file-upoad

RestSharp is handy .NET library for doing REST requests, and it claims to support Multi-part form/file uploads. It doesn't provide any documentation on how to do this though, and I recently got tripped up trying to figure it out.

Read More