1. 前端: uploadify 上文件大小限制配置。
2. 后端: web.config 配置
<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0"/>
<httpRuntime maxRequestLength="10240" executionTimeout="50000" />
</system.web>
</configuration>
1. 前端: uploadify 上文件大小限制配置。
2. 后端: web.config 配置
<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0"/>
<httpRuntime maxRequestLength="10240" executionTimeout="50000" />
</system.web>
</configuration>