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:
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!
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:
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:
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
Anyone?
Maybe "Default.aspx", or "editContent.aspx", or "editMedia.aspx", or "umbraco.aspx"?
Thanks again.
Fernando
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!
:)
Thanks, Tim. You solved. I added only one more page.
Thanks again.
Fernando
is working on a reply...