I have a large file which I have to send to a web api client...The data is multi part. The issue is , if the file is sent over http web request, then it is uploaded quickly
I was using FileStreamContent with httpclient...But when I used ByteArrayContent, it worked fine.
I am not sure how and why this made the difference, but sending bytes over the stream is a better way rather than sending the stream