Welcome Guest Search | Active Topics | Sign In | Register

AJAX FileUploader neither generates an error nor uploads large files Options
Gary Gagnon
Posted: Tuesday, February 25, 2014 2:20:55 PM
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.
eo_support
Posted: Tuesday, February 25, 2014 4:17:08 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.