Register Login
 
Latest Discussions Minimize
Error in UVG_Configurations by K Lawry
I just installed UVG 3 on a server running DotNetNuke 5.5 on Windows 2008 x64 wi...
Selecting videos with compact player by Greg Gerber
Greetings, When I upload a new video and use the compact player's module sett...
print sizes by James Robinson
Hi, I have an older version of Ultra Media Gallery and you provided me an add...
Try to add Top Photos and get this Error. by Jerry Andersen
I'm using the latest UMG version on a 495 portal and when I try to add the TOP P...
Unable to get permission cache of module... by Diego Juzgado
I have a gallery with two albums: A parent and a Child. The two albums have the ...
Reduce Security Roles Selection when uploading by Chris Poole
When an upload and encode process has completed, the user is presented with all ...
SharpZipLib error by Daniel Doherty
Hi there, Just purchased multi User licence for latest version. Trying to...
UMG 6.5.3 opens galery in left upper corner by Loucas Adamides
Hello, I have recently install UMG 6.5.3 on my web site and when i open the s...
UVG 4 & Much needed updates by Jamie Forbush
When is UVG 4 due out??? It has been more than half a year since the last 3.x up...
UVG 4 Feature List? by Steven Webster
Any chance you could post a short planned feature list for UVG 4? I'm working w...
Support Forum Minimize
Subject: Upload large files in IIS 7
Prev Next
You are not authorized to post a reply.

Author Messages
Pengtsen R
Posts:9591


02/08/2010 9:04 PM  
On IIS7 there is a 30Mb upload limit by default. To change this refer to this article;
http://www.cyprich.com/2008/06/19/fixing-file-upload-size-limit-in-iis-7/

Adjusting File Size Limit in IIS 7

The problem is that in IIS 7 on Windows 2008 Server, the web application will reject any file that is larger than 30 MB. This is a default limitation of IIS. You can increase the maximum file size by adding the following code to <system.webServer> in the web.config file:

<security>
<requestFiltering>
<requestLimits maxAllowedContentLength=”2000000000″ />
</requestFiltering>
</security>

With the above maxAllowedContentLength, users can upload files that are 2,000,000,000 bytes in size. This setting will work right away without restart IIS services.

Pengtsen R
http://www.bizmodules.net
Bienvenido Cancel
Posts:1
New Member

08/05/2010 3:05 PM  
Hi,
Thank you for this valuable information in an important yet obscure subject. I would like to provide a little bit of additional information for the benefit of the community.
1. After a lot of investigation and trial I came across this post and immediately I pasted the code to my web.config file to find the web site unavailable due to a "500 - Internal server error". After testing I concluded that the text was correct and there were no errors but somehow the quotes were causing the problem. If someone find themselves in the same situation, replace the quotes in the code with manual quotes.
2. One must remember to modify <system.web><httpRuntime>; also in the web.config file.
3. I also read about another limitation, this one is related to UVG, with something called "neatUpload"; also in the web.config file.
Pengtsen R
Posts:9591


08/08/2010 12:58 PM  
Thank you very much for your information, I really appreciate it.

Pengtsen R
http://www.bizmodules.net
You are not authorized to post a reply.
Forums > Ultra Video Gallery > Support Questions > Upload large files in IIS 7

Enterprise level DotNetNuke Solutions Copyright © 2005-2010 BizModules   |  Contact Us  |  Terms Of Use   |  Privacy Statement