<?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/"
		>
<channel>
	<title>Comments on: Reading raw POST data in PHP</title>
	<atom:link href="http://www.codediesel.com/php/reading-raw-post-data-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com/php/reading-raw-post-data-in-php/</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:39:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Hardik</title>
		<link>http://www.codediesel.com/php/reading-raw-post-data-in-php/comment-page-1/#comment-1303</link>
		<dc:creator>Hardik</dc:creator>
		<pubDate>Mon, 27 Jul 2009 07:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=101#comment-1303</guid>
		<description>Thanks its working fine now.</description>
		<content:encoded><![CDATA[<p>Thanks its working fine now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.codediesel.com/php/reading-raw-post-data-in-php/comment-page-1/#comment-1282</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 12 Jul 2009 02:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=101#comment-1282</guid>
		<description>I&#039;m currently going through that learning curve.  I could do this easily with perl, except that I was hoping not to.  I&#039;m writing a very fancy file uploader, and I haven&#039;t figured out how to grab the raw uploaded file size before the file is actually uploaded.  Any suggestions?</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently going through that learning curve.  I could do this easily with perl, except that I was hoping not to.  I&#8217;m writing a very fancy file uploader, and I haven&#8217;t figured out how to grab the raw uploaded file size before the file is actually uploaded.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julian</title>
		<link>http://www.codediesel.com/php/reading-raw-post-data-in-php/comment-page-1/#comment-1235</link>
		<dc:creator>julian</dc:creator>
		<pubDate>Thu, 04 Jun 2009 07:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=101#comment-1235</guid>
		<description>&quot;php://input does not work with multipart/form-data because of the way file uploads are streamed directly to disk&quot;

Which seems like a strange decision to make on behalf of PHP developers. What if I want to pump file upload data straight across from the webserver to a database or to s3 or something? Why force it to hit the local disk?
It seems hard to find information about how to get direct access to the raw data when enctype is multipart/form-data.</description>
		<content:encoded><![CDATA[<p>&#8220;php://input does not work with multipart/form-data because of the way file uploads are streamed directly to disk&#8221;</p>
<p>Which seems like a strange decision to make on behalf of PHP developers. What if I want to pump file upload data straight across from the webserver to a database or to s3 or something? Why force it to hit the local disk?<br />
It seems hard to find information about how to get direct access to the raw data when enctype is multipart/form-data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trii</title>
		<link>http://www.codediesel.com/php/reading-raw-post-data-in-php/comment-page-1/#comment-998</link>
		<dc:creator>Trii</dc:creator>
		<pubDate>Thu, 13 Nov 2008 23:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=101#comment-998</guid>
		<description>In addition to you post for the people who don&#039;t know or ask why:

php://input does not work with multipart/form-data because of the way file uploads are streamed directly to disk</description>
		<content:encoded><![CDATA[<p>In addition to you post for the people who don&#8217;t know or ask why:</p>
<p>php://input does not work with multipart/form-data because of the way file uploads are streamed directly to disk</p>
]]></content:encoded>
	</item>
</channel>
</rss>

