microsoft / dotnet-reliability

.NET reliability and stress test tooling
MIT License
27 stars 25 forks source link

Make Maximum upload size > 2GB #21

Open ghost opened 8 years ago

ghost commented 8 years ago

It seems it is a hard-limit that the maximum file size that can be uploaded is 2GB using HTTP POST with ASP.Net.

https://blogs.msdn.microsoft.com/friis/2013/06/19/uploading-large-file-to-iis-7-5-or-8-using-file-input-element/

I'll need to devise a way to exceed this limit.

There are other protocols: ftp, ssh, etc. that may be able to be leveraged.

ghost commented 8 years ago

/CC @schaabs Any ideas? We'll likely chat tomorrow. But REST + Large files seems to be a no-go?

ghost commented 8 years ago

I'm learning towards adding another REST API that allows chunks of files to be uploaded.