How to alter max upload size limit?

24 views
Skip to first unread message

sup...@soventec.de

unread,
Sep 17, 2018, 8:43:47 AM9/17/18
to KalikoCMS Developer Forum
Hi,

i was wondering how i can alter the maximum size of a files, for using on a FileProperty.

I already modified the Web.Config :

<system.web>
<httpRuntime targetFramework="4.6.1" maxRequestLength="15360"/>
</system.web>

<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="15728640" />
</requestFiltering>
</security>
</system.webServer>

but a file with the size of 11MB is flagged as to large and therefor not permitted to be uploaded.


TIA
Oliver

Fredrik Schultz

unread,
Sep 17, 2018, 3:56:49 PM9/17/18
to KalikoCMS Developer Forum
Hi,
There has been a 5 MB limitation set in the admin interface. Since limitation should be handled in web.config rather by the UI I've removed this limitation and it will be included in the next beta release.

Until then you can manually replace the SelecFileDialog.aspx file with this one from the updated repo:

That should solve the problem!

Best regards,
Fredrik
Reply all
Reply to author
Forward
0 new messages