The following web.config changes, will enable bigger size Media item to be upload.
<httpRuntime maxRequestLength="20480" executionTimeout="600"/>
and
<setting name="Media.MaxSizeInDatabase" value="20MB"/>
Those changes will increase the allowed file size to 20MB
No comments:
Post a Comment