Rank: Newbie Groups: Member
Joined: 4/15/2008 Posts: 1
|
ASP.NET has a 2 gig or so limitation on the file size you can upload you configure in web.config. Does this limitation apply if using your control? In other words, could I upload a 5 gig file or will it bomb out at the limit imposed by web.config?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
The limitation does apply to everybody, including our uploader. It is technically a browser limitation, not an ASP.NET limitation. Basically IE will not be able to correctly send file that's over 2G. So it doesn't matter what server side code you are running.
|