Guilherme Henrique
Results
1
comments of
Guilherme Henrique
Hello! I understood the problem, I am already using the following approach: ``` IResponse response; using (var fs = File.OpenRead(file)) { var files = new List { new KeyValuePair("filename", fs)...