你的位置:首页 > 软件开发 > ASP.net > HTTP上传大文件的注意点

HTTP上传大文件的注意点

发布时间:2015-10-24 15:01:13
使用HttpWebRequest上传大文件时,服务端配置中需要进行以下节点配置: <system.web> <compilation debug="true" targetFramework="4.0" /> ...

使用HttpWebRequest上传大文件时,服务端配置中需要进行以下节点配置:

<system.web>  <compilation debug="true" targetFramework="4.0" />  <httpRuntime maxRequestLength="100000000" executionTimeout="600"></httpRuntime></system.web>

原标题:HTTP上传大文件的注意点

关键词:上传

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。