<?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: Creating an Upload Progress Bar in PHP with APC</title>
	<atom:link href="http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/</link>
	<description>Web development blog</description>
	<lastBuildDate>Wed, 11 Apr 2012 03:57:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/comment-page-2/#comment-1788</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 04 May 2011 21:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1788</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/comment-page-2/#comment-1324</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 11 Oct 2010 18:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1324</guid>
		<description>Please see &lt;a href=&quot;http://www.ultramegatech.com/blog/2010/10/create-an-upload-progress-bar-with-php-and-jquery/&quot; rel=&quot;nofollow&quot;&gt;this updated tutorial&lt;/a&gt;, which should be much more reliable than this one.

Comments on this tutorial are now closed.</description>
		<content:encoded><![CDATA[<p>Please see <a href="http://www.ultramegatech.com/blog/2010/10/create-an-upload-progress-bar-with-php-and-jquery/" rel="nofollow">this updated tutorial</a>, which should be much more reliable than this one.</p>
<p>Comments on this tutorial are now closed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/comment-page-2/#comment-1317</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 07 Oct 2010 05:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1317</guid>
		<description>I&#039;m working on an updated tutorial that should solve the problems many people are having.</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on an updated tutorial that should solve the problems many people are having.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/comment-page-2/#comment-1316</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 07 Oct 2010 04:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1316</guid>
		<description>Unfortunately, no. The iframe is needed to keep the main page from blocking so we can display the progress bar.</description>
		<content:encoded><![CDATA[<p>Unfortunately, no. The iframe is needed to keep the main page from blocking so we can display the progress bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tae</title>
		<link>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/comment-page-2/#comment-1315</link>
		<dc:creator>Tae</dc:creator>
		<pubDate>Wed, 06 Oct 2010 08:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1315</guid>
		<description>how can i do without iframe?</description>
		<content:encoded><![CDATA[<p>how can i do without iframe?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Sarovan</title>
		<link>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/comment-page-2/#comment-1314</link>
		<dc:creator>James Sarovan</dc:creator>
		<pubDate>Tue, 05 Oct 2010 17:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1314</guid>
		<description>The demo is not working in FF or IE. Please can you help me with a live demo that is working properly.</description>
		<content:encoded><![CDATA[<p>The demo is not working in FF or IE. Please can you help me with a live demo that is working properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tae</title>
		<link>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1313</link>
		<dc:creator>Tae</dc:creator>
		<pubDate>Tue, 05 Oct 2010 11:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1313</guid>
		<description>Big thank you to capsx.

I did like you say. Put &lt;input type=&quot;hidden&quot;

before
&lt;input type=&quot;file&quot;

then, it’s work.
Thank you very much</description>
		<content:encoded><![CDATA[<p>Big thank you to capsx.</p>
<p>I did like you say. Put &lt;input type=&quot;hidden&quot;</p>
<p>before<br />
&lt;input type=&quot;file&quot;</p>
<p>then, it’s work.<br />
Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1302</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 17 Sep 2010 15:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1302</guid>
		<description>Did everything as per the tutorial. But apc_fetch() return an empty array.</description>
		<content:encoded><![CDATA[<p>Did everything as per the tutorial. But apc_fetch() return an empty array.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1291</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 24 Aug 2010 19:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1291</guid>
		<description>Yeah APC stopped working on the server for some reason. However, it does work with uploadprogress, so I might adapt this to use that.

http://pecl.php.net/package/uploadprogress</description>
		<content:encoded><![CDATA[<p>Yeah APC stopped working on the server for some reason. However, it does work with uploadprogress, so I might adapt this to use that.</p>
<p><a href="http://pecl.php.net/package/uploadprogress" rel="nofollow">http://pecl.php.net/package/uploadprogress</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Moreau</title>
		<link>http://www.ultramegatech.com/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1288</link>
		<dc:creator>Brian Moreau</dc:creator>
		<pubDate>Tue, 24 Aug 2010 09:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1288</guid>
		<description>The demo dont even work.
Tried in firefox 3.6.8 no progress at all.
Tried in IE8 and it was stuck on 0%</description>
		<content:encoded><![CDATA[<p>The demo dont even work.<br />
Tried in firefox 3.6.8 no progress at all.<br />
Tried in IE8 and it was stuck on 0%</p>
]]></content:encoded>
	</item>
</channel>
</rss>

