Large File download from SQL via WebApi after custom MultipartFormDataStreamProvider upload
问题 This is a follow up to a question I had asked previously that was closed for being too broad.Previous Question In that question I explained that I needed upload a large file (1-3GB) to the database by storing chunks as individual rows. I did this by overriding the MultipartFormDataStreamProvider.GetStream method. That method returned a custom stream that wrote the buffered chunks to the database. The problem is that the overriden GetStream method is writing the entire request to the database