File Upload Size
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
I'm having the same issue, I posted something on it a few days ago and still waiting for support to respond.
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
>
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 >>