chunked-file-upload-csharp icon indicating copy to clipboard operation
chunked-file-upload-csharp copied to clipboard

This is a sample project to demo chunked uploading to a server built with .NET Core WebApi 2

Results 3 chunked-file-upload-csharp issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/Universe) from 2.0.6 to 2.0.9. Commits 84d6a54 Merge 2.0.9 into release/2.0 43ec723 Merge branch release/2.0 cc0e039 Add required infrastructure improvements to submodules to support NETStandard... 9030255 Merge branch 'release/2.0'...

dependencies

Could you add copyright year and copyright holder? It is needed for software license agreement for our software that uses some part of your code.

While trying to upload a 100gb file I noticed memory was very high, it never went down. I'm still looking for where is exactly the problem.