File Upload Size

Posted by Community Admin on 03-Aug-2018 14:00

File Upload Size

All Replies

Posted by Community Admin on 19-Aug-2011 00:00

Hi:

I am trying to upload a flash file that exceeds 200k in Sitefinity 4.1.  I set the MaxFileSize property to 10mb (10485760) in Advanced Settings > System > FilesModule but this didn't have any affect.

Thanks,
Neil

Posted by Community Admin on 19-Aug-2011 00:00

I'm having the same issue, I posted something on it a few days ago and still waiting for support to respond.

Posted by Community Admin on 22-Aug-2011 00:00

Hi,

@Neil: I have answered you in the support ticket you have opened.

@Mike: please check your IIS configurations as well as you can try adding the following code to your webconfig:

<system.webServer>
    <security>
        <requestFiltering>
            <requestLimitsmaxAllowedContentLength="40485760"></requestLimits>
        </requestFiltering>
    </security>

You also might the following article useful:

http://weblogs.asp.net/jeffwids/archive/2009/09/24/from-iis6-maxrequestlength-to-iis7-maxallowedcontentlengthfile-specifying-maximum-file-upload-size.aspx

Kind regards,
Victor Velev
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

This thread is closed