<?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/blog/2008/12/creating-upload-progress-bar-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/</link>
	<description>Web development blog from UltraMega Tech.</description>
	<lastBuildDate>Fri, 12 Mar 2010 19:49:45 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1181</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 12 Mar 2010 19:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1181</guid>
		<description>It sounds like a system configuration problem. Check to make sure the upload_tmp_dir directive in php.ini is not set to something not read/writable by PHP (it defaults to the system temp directory if not set). Also make sure you don&#039;t have something like SELinux preventing the file write.</description>
		<content:encoded><![CDATA[<p>It sounds like a system configuration problem. Check to make sure the upload_tmp_dir directive in php.ini is not set to something not read/writable by PHP (it defaults to the system temp directory if not set). Also make sure you don&#8217;t have something like SELinux preventing the file write.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1180</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 12 Mar 2010 00:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1180</guid>
		<description>hi Steve , Great tutorial.

This may seem so basic .. i&#039;m  new to this

I get apache error log &quot; failed to open stream - Permission denied in /var/www/html/upload.php on line 5

(ive already  changed /www/uploads to /www/html/uploads to suit my distro.

file permissions on /uploads is 777 for the test ... any ideas?.. thanks</description>
		<content:encoded><![CDATA[<p>hi Steve , Great tutorial.</p>
<p>This may seem so basic .. i&#8217;m  new to this</p>
<p>I get apache error log &#8221; failed to open stream &#8211; Permission denied in /var/www/html/upload.php on line 5</p>
<p>(ive already  changed /www/uploads to /www/html/uploads to suit my distro.</p>
<p>file permissions on /uploads is 777 for the test &#8230; any ideas?.. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1179</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 10 Mar 2010 19:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1179</guid>
		<description>Yes, unfortunately this feature requires PHP 5.2 or greater. See: &lt;a href=&quot;http://www.php.net/manual/apc.configuration.php#ini.apc.rfc1867&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/manual/apc.configuration.php#ini.apc.rfc1867&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Yes, unfortunately this feature requires PHP 5.2 or greater. See: <a href="http://www.php.net/manual/apc.configuration.php#ini.apc.rfc1867" target="_blank" rel="nofollow">http://www.php.net/manual/apc.configuration.php#ini.apc.rfc1867</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rune</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1176</link>
		<dc:creator>Rune</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1176</guid>
		<description>Thanks for a great tutorial :-)

However, im having trouble with the progressbar. When i start en upload, the iframe shows the progress bar, and starts at 0%. But it&#039;s stuck at 0%, while the upload is going in the background. The file is successfully uploaded, but the bar still indicates 0% after the upload has completed.

You mentioned that PHP 5.2+ is required. I have PHP 4.4 with APC installed. Would i still need to upgrade php? That requires alot of script-updates from our webpages :X</description>
		<content:encoded><![CDATA[<p>Thanks for a great tutorial <img src='http://www.ultramegatech.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>However, im having trouble with the progressbar. When i start en upload, the iframe shows the progress bar, and starts at 0%. But it&#8217;s stuck at 0%, while the upload is going in the background. The file is successfully uploaded, but the bar still indicates 0% after the upload has completed.</p>
<p>You mentioned that PHP 5.2+ is required. I have PHP 4.4 with APC installed. Would i still need to upgrade php? That requires alot of script-updates from our webpages :X</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1171</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 04 Mar 2010 12:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1171</guid>
		<description>Very nice tutorial. Thank you. I&#039;ve got it working with a nice moving progress bar and such.

But .. the receiving page &quot;upload.php&quot; never gets loaded. And I want to show results from the processing of the uploaded file there.

Are there any solutions for that?</description>
		<content:encoded><![CDATA[<p>Very nice tutorial. Thank you. I&#8217;ve got it working with a nice moving progress bar and such.</p>
<p>But .. the receiving page &#8220;upload.php&#8221; never gets loaded. And I want to show results from the processing of the uploaded file there.</p>
<p>Are there any solutions for that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1145</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 17 Feb 2010 22:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1145</guid>
		<description>It could be a number of things, so I&#039;d need more info to help. Are you sure APC is installed correctly with &lt;code&gt;apc.rfc1867 = On&lt;/code&gt;, and the HTTP server was restarted? What is the output of the APC section of phpinfo()?</description>
		<content:encoded><![CDATA[<p>It could be a number of things, so I&#8217;d need more info to help. Are you sure APC is installed correctly with <code>apc.rfc1867 = On</code>, and the HTTP server was restarted? What is the output of the APC section of phpinfo()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dungeon</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1144</link>
		<dc:creator>dungeon</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1144</guid>
		<description>I need help..

File uploads to server but the progress bar does not show anything..
You only see Upload Complete in white...

Can someone help?</description>
		<content:encoded><![CDATA[<p>I need help..</p>
<p>File uploads to server but the progress bar does not show anything..<br />
You only see Upload Complete in white&#8230;</p>
<p>Can someone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Narciso</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1138</link>
		<dc:creator>Michael Narciso</dc:creator>
		<pubDate>Fri, 12 Feb 2010 23:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1138</guid>
		<description>Hi Steve,

I&#039;ve figured it out. I&#039;m actually going to drop the UID and use the key i&#039;m already generating!

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>I&#8217;ve figured it out. I&#8217;m actually going to drop the UID and use the key i&#8217;m already generating!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1137</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 12 Feb 2010 21:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1137</guid>
		<description>If I understand correctly, you need to have multiple variables in the URL. You just have to separate them with the &amp; symbol, like this: index.php?key=12345&amp;uid=12345</description>
		<content:encoded><![CDATA[<p>If I understand correctly, you need to have multiple variables in the URL. You just have to separate them with the &#038; symbol, like this: index.php?key=12345&#038;uid=12345</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Narciso</title>
		<link>http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/comment-page-1/#comment-1136</link>
		<dc:creator>Michael Narciso</dc:creator>
		<pubDate>Fri, 12 Feb 2010 13:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=43#comment-1136</guid>
		<description>Hi Steve,

This tutorial is really something. However, I&#039;m running into a unique problem where I need to be able to run this script within a certain scope. For example I have a url that already uses $_GET[&#039;key&#039;]. http://www.domain.com/index.php?key=12345

Do you think you can assist me with getting this script work within my scope? Basically what happens is that the $_GET[&#039;key&#039;] is needed to display the proper page, $_GET[&#039;uid&#039;] gets in the way of this.

Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>This tutorial is really something. However, I&#8217;m running into a unique problem where I need to be able to run this script within a certain scope. For example I have a url that already uses $_GET['key']. <a href="http://www.domain.com/index.php?key=12345" rel="nofollow">http://www.domain.com/index.php?key=12345</a></p>
<p>Do you think you can assist me with getting this script work within my scope? Basically what happens is that the $_GET['key'] is needed to display the proper page, $_GET['uid'] gets in the way of this.</p>
<p>Any help would be appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
