After making a simple request by sending a file, it is blocked for manipulation by another process, for example deleting the file itself.
I believe these methods would need some treatment to avoid this problem:
- HttpContent FileUpload(string fullPath);
- HttpContent FileUpload(FileInfo file);
- HttpContent FileUpload(IEnumerable files);