Sunday, May 3, 2009

Increasing the allowed Media file size

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