❔ POST with MultipartFormDataContent; x.Add(new StreamContent(File.OpenRead(filePath)) not working
As I'm trying to send a file it says the file is empty. Even tough it exsists. Any idea how can I attach the file via different method?
3 Replies
The file exists, but it's empty, right?
The file is not empty; It has 15kb of content. xyz.xlsx file
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.