[Solved] Large File (1-3GB) upload to SQL via WebApi [closed]
OK. So you’ve solved the issue of WebAPI not running out of RAM. But the next concern is that you’ve got to pass the data to SQL Server. You can pipe the request stream through any of the .NET stream encryptors, but then it’s gotta go somewhere after that. I suggest you do something like: … Read more