Yes Mediachase FileUpload can handle 4GB-1 file size. But the current browsers does not support upload
of bigger files than 2GB-1 over internet.
The table below shows upload limit.
| Software |
| Versions |
Upload limit |
Internet explorer
|
| All versions
|
2GB-1 |
| Mozilla Firefox |
| All versions |
2GB-1 |
| IIS |
| 1-5 |
2GB-1 |
| IIS |
| 6,7 |
4GB-1 |
|
|
|
|
So, If you want to upload more than 2GB file you should use
1. custom http-client application which can post large file (2Gb and more)
2. IIS 6 and later.