Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Fernando Camillo 41 posts 82 karma points
    Apr 14, 2011 @ 20:00
    Fernando Camillo
    0

    File upload limit (for a specific page)

    Hi.

    I've searched the forum about increasing max upload size. Solutions pointed to modify web.config, in the section system.web, like that:

    <httpRuntime executionTimeout="2400" maxRequestLength="204800" />

    But this is a configuration for the whole application. In other Asp.Net projects, I prefer (and for security reasons) to increase request size only for specific pages, like this:

    <location path="MyUploadPage.aspx">
    <system.web>
    <httpRuntime executionTimeout="2400" maxRequestLength="204800" /> </system.web>
    </location>

    Well... with this approach, which Umbraco pages should I configure to increase upload size in Media and Content section?

    Thanks again.

    Fernando
    Umbraco 4.5.2 for .NET 3.5 with MySQL
    IIS 6, Windows Server 2003 64 bits

  • Fernando Camillo 41 posts 82 karma points
    Apr 20, 2011 @ 15:06
    Fernando Camillo
    0

    Anyone?

    Maybe "Default.aspx", or "editContent.aspx", or "editMedia.aspx", or "umbraco.aspx"?

    Thanks again.

    Fernando

  • Tim 1193 posts 2675 karma points MVP 3x c-trib
    Apr 21, 2011 @ 15:52
    Tim
    0

    Not sure off the top of my head, but I'd guess the main one would be editMedia.aspx as that's the page where you upload the media files. There's a popup for the richtext editor too: /umbraco/plugins/tinymce3/insertImage.aspx. Those are the two main ones that I can think of!

    Hope that helps!

    :) 

  • Fernando Camillo 41 posts 82 karma points
    Apr 29, 2011 @ 18:39
    Fernando Camillo
    0

    Thanks, Tim. You solved. I added only one more page.

    • umbraco/editMedia.aspx: for the Media section
    • umbraco/editContent.aspx: if you have upload in content section
    • umbraco/plugins/tinymce3/insertImage.aspx: for image upload within TinyMce

    Thanks again.

    Fernando

Please Sign in or register to post replies

Write your reply to:

Draft