<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: HTTPService &amp; Long Parameter Strings</title>
	<atom:link href="http://thanksmister.com/2007/01/29/httpservice-long-parameter-strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://thanksmister.com/2007/01/29/httpservice-long-parameter-strings/</link>
	<description>Flex, AIR, &#38; Android Development Blog</description>
	<lastBuildDate>Fri, 18 May 2012 22:41:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Mike Burns</title>
		<link>http://thanksmister.com/2007/01/29/httpservice-long-parameter-strings/#comment-378</link>
		<dc:creator><![CDATA[Mike Burns]]></dc:creator>
		<pubDate>Tue, 15 Jul 2008 10:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=43#comment-378</guid>
		<description><![CDATA[I have similar code:
[as]
var xml:XML=xml; // XML data
var data:String=&quot;binary JPEG data from a ByteArray&quot;;

var h:HTTPService = new HTTPService();
h.method = &quot;post&quot;;
h.url = &quot;process_xml.php&quot;;
h.send({xml:xml, data:data});
[/as]

so if you didn&#039;t understand, I&#039;m sending XML and JPEG data to a PHP script via POST.  However, when the size of [as]data[/as] is around 50kB, then PHP doesn&#039;t receive the data.  It simply isn&#039;t in the POST data.  I read your conversation on the Yahoo blog, but it didn&#039;t answer my question.  Just wasn&#039;t sure if you (or any other reader) had any suggestions.

Thanks, mister.]]></description>
		<content:encoded><![CDATA[<p>I have similar code:<br />
[as]<br />
var xml:XML=xml; // XML data<br />
var data:String=&#8221;binary JPEG data from a ByteArray&#8221;;</p>
<p>var h:HTTPService = new HTTPService();<br />
h.method = &#8220;post&#8221;;<br />
h.url = &#8220;process_xml.php&#8221;;<br />
h.send({xml:xml, data:data});<br />
[/as]</p>
<p>so if you didn&#8217;t understand, I&#8217;m sending XML and JPEG data to a PHP script via POST.  However, when the size of [as]data[/as] is around 50kB, then PHP doesn&#8217;t receive the data.  It simply isn&#8217;t in the POST data.  I read your conversation on the Yahoo blog, but it didn&#8217;t answer my question.  Just wasn&#8217;t sure if you (or any other reader) had any suggestions.</p>
<p>Thanks, mister.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

