<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post/5364/</link>
<title><![CDATA[表单提交数据大小的限制:Firebug 达到了 Post 请求大小限制。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Php/Js/Shell/Go]]></category>
<pubDate>Thu, 28 Jun 2012 02:15:49 +0000</pubDate> 
<guid>https://jackxiang.com/post/5364/</guid> 
<description>
<![CDATA[ 
	今天，遇到：... Firebug 达到了 Post 请求大小限制。 ...<br/><br/>&nbsp;&nbsp; 今天在做post表单提交多个textarea控件中的内容时，出现一些意外情况，为了避免以后再出现这种情况，有个清晰的思路，特此写下以下琐碎细节。测试环境为windows的iis。<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;以下内容针对一个textarea输入内容测试遇到的问题。当提交数据量比较小时，保存正常。当提交数据量为一篇文章时（大约30k左右），点击保存出现白页现象，没有任何反应。通过firebug查看网络查看表单提交情况，post选项中出现“... Firebug 达到了 Post 请求大小限制。 ...”这样的提示。<br/>总结：<br/>(1)post提交表单数据量限制为100k左右，超过将无法提交。<br/>(2)在iis6.0中表单最大传输大小为200k，因此需要通过以下方式修改配置文件，实现大数据传输<br/>&nbsp;&nbsp;&nbsp;&nbsp; 1. 关闭 IIS Admin Service 服务 <br/>&nbsp;&nbsp;&nbsp;&nbsp; 2. 打开 %WinDir%&#92;system32&#92;inetsrv&#92;metabase.xml <br/>&nbsp;&nbsp;&nbsp;&nbsp; 3. 修改 AspMaxRequestEntityAllowed 的值为自己需要的, 默认为 204800，AspBufferingLimit也改成相同值， <br/>&nbsp;&nbsp;&nbsp;&nbsp;4. 启动 IIS Admin Service <br/>(3)在iis5.1以下post&nbsp;&nbsp; 方法限制传递的数据为2M <br/>(3)get最大提交数据量为4k左右<br/>(4)表单控件（如textarea）最大提交的数据量为30k左右，超过将出现以上异常情况，导致表单无法提交成功.<br/>来自：http://blog.csdn.net/zouqingfang/article/details/7220229
]]>
</description>
</item><item>
<link>https://jackxiang.com/post/5364/#blogcomment63771</link>
<title><![CDATA[[评论] 表单提交数据大小的限制:Firebug 达到了 Post 请求大小限制。]]></title> 
<author>qmys1991324 &lt;bvys266@domozmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 29 Jun 2012 05:03:41 +0000</pubDate> 
<guid>https://jackxiang.com/post/5364/#blogcomment63771</guid> 
<description>
<![CDATA[ 
	写的很好。。。。。
]]>
</description>
</item>
</channel>
</rss>