<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://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>http://jackxiang.com/post//</link>
<title><![CDATA[手机上传之出现：411 = Length Required 问题...]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 03 Apr 2013 03:26:43 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	用Post方式在手机上传，PHP做接收文件，出现了411：<br/><br/>关于411，看是不是你们发送时的问题呢？<br/>在使用jquery 的ajax提交时，在FireFox中会出现411 Length Required的返回错误，而IE6却没问题，郁闷好久，今天搜到一篇文章终于解决。<br/>http://www.cnblogs.com/RChen/archive/2007/11/22/968992.html<br/>原来是 dataType:&#039;text&#039;,&nbsp;&nbsp; data:&#039;&#039;,需要指定，晕。<br/><br/>E文解释：<br/>HTTP Error 411 - Length Required：<br/>411 Status Code Explained<br/>The 411 status code occurs when the server refuses to process a request because the content length was not specified.<br/>Why it occurs<br/>Your client did not define the length of the requested content in the request header. The server will not accept the request without a valid Content-Length header field.<br/>Fixing 411 Error Code<br/>The problem can only be resolved by examining what your client system is trying to do then discussing with your ISP why the Web server expects a &#039;Content-Length&#039; specification. If you are monitor your website through 100pulse, we will intimate whenever you encounter 411 status code error through e-mail or Short message service. <br/>http://100pulse.com/http-statuscode/411.jsp<br/><br/>具体问题，有待进一步分析，先备案在这儿...
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 手机上传之出现：411 = Length Required 问题...]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>