I need to upload large files of at least 1GB file size.
I am using ASP.Net, C# and IIS 5.1 as my development platform. >
We have an app that occasionally needs to upload 1 and 2 GB files, so has been running into this as well. After much research, my conclusion is that we need to implement the previously mentioned NeatUpload, or something like it.
Also, be aware that
is measured in bytes, while
is measured in kilobytes. So your values should look more like this:
...