umbraco 設定檔案上傳大小
web.config 設定
<system.web>
<httpRuntime maxRequestLength="204800" executionTimeout="99999" />
</system.web>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="204800000"/>
</requestFiltering>
</security>
</system.webServer>
標籤: umbraco

0 個意見:
張貼留言
訂閱 張貼留言 [Atom]
<< 首頁