Rank: Newbie Groups: Member
Joined: 9/15/2008 Posts: 1
|
I can upload files upto 1GB but I want to upload files upto 2gb. When I set MaxDataSize="2197152" and click upload there is a flicker & then nothing happens. No error is thrown, In the TempFielLocation *.status file is created and nothing happens after that.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
No. You won't be able to do that. There is a "request length" value in the HTTP header and browser/server only interprets it as a 32 bit integer, which has a hard limit of 2GB (4GB considering signs). After that considering the encoding overhead the real limit will be slightly higher than 1GB. So there is no way for you to upload files up to 2GB. This is pretty much a limitation on the protocol level. Sorry about it!
Thanks!
|