Biz Modules Solutions
Contact us
  • Home
  • Products
    • Ultra Media Gallery 8
      • Overview
      • Feature Highlights
      • Sample Galleries
        • Galleria (UMG 8.5)
        • Translucent Slider (UMG 8.4)
        • Tonic Gallery (UMG 8.3)
        • Slider Master (UMG 8.2)
        • Carousel Evolution (UMG 8.1)
        • Spotlight Slider ( UMG 8.1)
        • TripleLayerSlider | homepage slider
        • MediaLibrary | mixed media gallery
        • WidescreenTour2 | stills & trailers
        • Piecerotator | multi media rotator
        • Html Slideshow | image slideshows
        • Widescreenshowroom | showcase
        • UMG Professional | photo gallery
        • UMG Classic | RSS subscription
        • Shooting places on Google maps
        • Virtual Tour
        • Photo calendar
      • Trial & Downloads
      • Testimonials
      • Release Notes
    • Ultra Video Gallery 4
      • Overview
      • Feature Highlights
      • Release Notes
      • Sample Sites
      • Reviews
      • Sample Videos
      • Trial & Downloads
    • Ultra News Article 1.1
      • Overview
      • Feature Highlights
      • Sample
    • Save as PDF
    • Custom development
  • Downloads
  • Buy now
    • License Upgrade
  • Support

Host Partnership

If you are looking for good DNN hosting, then PowerDNN is the best DNN host around!

Need a custom module?

Should you have any questions about custom DNN modules or web projects, please let us know.

Latest Discussions

Critical Error by Dustin Eatchel
Hi, we're getting a critcal error in our UVG 424 Pro module. The error is "A cr...
CarouselEvolution not showing properly . . . by Mike Ulloa
I have recently installed UMG 8.5 on a DNN 5.05 server. The carousel does not...
Empty Gallery. UMG 8.5 by Diego Juzgado
I have delete all medias and albums from a gallery module and now, I can't acces...
pause at the end of a slider display by Brazos Donaho
Was wondering if it would be possible to have an option that could control if th...
Require login to post comments by Marty Goldberg
Is there a way to require users to login before they can post a comment on a vid...
Home  > Support

Support Forum

Unanswered Active Topics Forums Search
Forums > Ultra Video Gallery > Support Questions
Subject: Upload large files in IIS 7
Prev Next
You are not authorized to post a reply.

Author Messages
Pengtsen R
Posts:11264


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:3
Bronze 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:11264


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



ActiveForums 3.7
Copyright © 2005-2011 BizModules
Register Login