RestSharp AddFile adding multipart form headers to file
问题 I'm using RestSharp's AddFile and it's working close to fine except my files end up getting broken due to this header information that's being added. -------------------------------28947758029299 Content-Disposition: form-data; name="user.png"; filename="user.png" Content-Type: image/png This was just a test image I uploaded. If I remove these lines from the file then it opens fine, otherwise it seems to be corrupt. Is it possible for me to use AddFile without this stuff getting added?