<?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"
	>
<channel>
	<title>Comments on: PHP AJAX File Upload Progress Meter Updates</title>
	<atom:link href="http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/</link>
	<description>The weblog of Joshua Eichorn, AJAX, PHP and Open Source</description>
	<pubDate>Sun, 20 Jul 2008 23:13:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1-alpha</generator>
		<item>
		<title>By: Need help with a PHP upload script - DesignersTalk</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-524772</link>
		<dc:creator>Need help with a PHP upload script - DesignersTalk</dc:creator>
		<pubDate>Fri, 18 Jul 2008 17:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-524772</guid>
		<description>[...] functions and extension.  Here are a couple of progress bars to add to the one hobolooter posted.  Joshua Eichorn's Blog » Blog Archive » PHP AJAX File Upload Progress Meter Updates SourceForge.net: Mega Upload Progress Bar Web Reflection: Upload progress bar with PHP5, APC and [...]</description>
		<content:encoded><![CDATA[<p>[...] functions and extension.  Here are a couple of progress bars to add to the one hobolooter posted.  Joshua Eichorn&#8217;s Blog » Blog Archive » PHP AJAX File Upload Progress Meter Updates SourceForge.net: Mega Upload Progress Bar Web Reflection: Upload progress bar with PHP5, APC and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonino</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-506716</link>
		<dc:creator>Antonino</dc:creator>
		<pubDate>Fri, 27 Jun 2008 14:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-506716</guid>
		<description>Hi Joshua,

great job, it has worked for me first run.

Now the issue:
I need to reload the main page when upload ends: how should I accomplish that?

thank you</description>
		<content:encoded><![CDATA[<p>Hi Joshua,</p>
<p>great job, it has worked for me first run.</p>
<p>Now the issue:<br />
I need to reload the main page when upload ends: how should I accomplish that?</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-500915</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Sat, 21 Jun 2008 17:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-500915</guid>
		<description>jsalinas:

sounds like the the js code isn't being delivered properly and is throwing errors.  Try viewing the js includes manually.

Rob c:
That sounds like a pretty reasonable thing to do but the current demo leaves what to do with the files after upload up to you.</description>
		<content:encoded><![CDATA[<p>jsalinas:</p>
<p>sounds like the the js code isn&#8217;t being delivered properly and is throwing errors.  Try viewing the js includes manually.</p>
<p>Rob c:<br />
That sounds like a pretty reasonable thing to do but the current demo leaves what to do with the files after upload up to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob C</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-499347</link>
		<dc:creator>Rob C</dc:creator>
		<pubDate>Fri, 20 Jun 2008 03:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-499347</guid>
		<description>Hello Joshua,

I was just wondering if you've given consideration to providing a view of the image after it is 100% uploaded, or did the demo above not work properly, and it should have shown a small image of the file that has been uploaded?</description>
		<content:encoded><![CDATA[<p>Hello Joshua,</p>
<p>I was just wondering if you&#8217;ve given consideration to providing a view of the image after it is 100% uploaded, or did the demo above not work properly, and it should have shown a small image of the file that has been uploaded?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jsalinas</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-492223</link>
		<dc:creator>Jsalinas</dc:creator>
		<pubDate>Fri, 13 Jun 2008 22:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-492223</guid>
		<description>Hello Joshua, I am have a problem with the HTML_AJAX 0.5.5 package. I have installed HTML_AJAX through the PEAR package manager, and completely tested it as well. I checked the include_path in the php.ini-- all ok. I also run the HTML_TEMPLATE package on it already without a problem. 

Yet, for some reason, when I used the example code from --"http://wiki.bluga.net/HTML_AJAX/start?#", I get 2 errors on the javascript: "HTML_AJAX.replace is not defined" , and a syntax error on the "", however I removed the DOCTYPE tag from all file.  Yet, It's still indicating a problem. I copied the files exactly from the example code, creating 3 file: the server.php, the page.html and output.php
Basic Setup:
Apache 2.0.53
HTML_AJAX 0.5.5
php5.2.5
PEAR 1.7.2 

I would really "appreciate" any help you can give me.
jsalinas</description>
		<content:encoded><![CDATA[<p>Hello Joshua, I am have a problem with the HTML_AJAX 0.5.5 package. I have installed HTML_AJAX through the PEAR package manager, and completely tested it as well. I checked the include_path in the php.ini&#8211; all ok. I also run the HTML_TEMPLATE package on it already without a problem. </p>
<p>Yet, for some reason, when I used the example code from &#8211;&#8221;http://wiki.bluga.net/HTML_AJAX/start?#&#8221;, I get 2 errors on the javascript: &#8220;HTML_AJAX.replace is not defined&#8221; , and a syntax error on the &#8220;&#8221;, however I removed the DOCTYPE tag from all file.  Yet, It&#8217;s still indicating a problem. I copied the files exactly from the example code, creating 3 file: the server.php, the page.html and output.php<br />
Basic Setup:<br />
Apache 2.0.53<br />
HTML_AJAX 0.5.5<br />
php5.2.5<br />
PEAR 1.7.2 </p>
<p>I would really &#8220;appreciate&#8221; any help you can give me.<br />
jsalinas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-487141</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Fri, 06 Jun 2008 16:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-487141</guid>
		<description>Avis: it uploaded just fine: see http://www.php.net/manual/en/features.file-upload.php

You need to replace the var_dump with a move_uploaded files call to put the file where you want it</description>
		<content:encoded><![CDATA[<p>Avis: it uploaded just fine: see <a href="http://www.php.net/manual/en/features.file-upload.php" rel="nofollow">http://www.php.net/manual/en/features.file-upload.php</a></p>
<p>You need to replace the var_dump with a move_uploaded files call to put the file where you want it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avis</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-486743</link>
		<dc:creator>Avis</dc:creator>
		<pubDate>Fri, 06 Jun 2008 07:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-486743</guid>
		<description>I try to use this demo.php but it gives the error as dbug:
Form Submision Iframe Target:
array(1) { ["upload"]=&#62; array(5) { ["name"]=&#62; string(14) "groups_bar.gif" ["type"]=&#62; string(9) "image/gif" ["tmp_name"]=&#62; string(23) "C:\WINNT\Temp\php9E.tmp" ["error"]=&#62; int(0) ["size"]=&#62; int(2200) } }
What is happning........?????
Why nothing is uploading........????</description>
		<content:encoded><![CDATA[<p>I try to use this demo.php but it gives the error as dbug:<br />
Form Submision Iframe Target:<br />
array(1) { ["upload"]=&gt; array(5) { ["name"]=&gt; string(14) &#8220;groups_bar.gif&#8221; ["type"]=&gt; string(9) &#8220;image/gif&#8221; ["tmp_name"]=&gt; string(23) &#8220;C:\WINNT\Temp\php9E.tmp&#8221; ["error"]=&gt; int(0) ["size"]=&gt; int(2200) } }<br />
What is happning&#8230;&#8230;..?????<br />
Why nothing is uploading&#8230;&#8230;..????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Miller</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-443977</link>
		<dc:creator>Richard Miller</dc:creator>
		<pubDate>Wed, 23 Apr 2008 15:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-443977</guid>
		<description>For those finding the meter jumps from 0 t0 100% it may be the following issue which I had:

The hidden form field named APC_UPLOAD_PROGRESS needs to go before the file input field otherwise it is not received by the server until the file has been uploaded. Obvious in hindsight I guess but kept me busy for a while.</description>
		<content:encoded><![CDATA[<p>For those finding the meter jumps from 0 t0 100% it may be the following issue which I had:</p>
<p>The hidden form field named APC_UPLOAD_PROGRESS needs to go before the file input field otherwise it is not received by the server until the file has been uploaded. Obvious in hindsight I guess but kept me busy for a while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-432695</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Tue, 08 Apr 2008 21:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-432695</guid>
		<description>I found that after a download or two, my meter quit working.  I think there is a race condition, where UploadProgressMeter could be decremented twice when a download finished, once in window.uploadComplete() and once in UploadProgressMeter_Update().  UploadProgressMeter_count would become negative, and subsequent upload attempts would have no meter.  I changed both subtractions to the following.  YMMV.

   if (UploadProgressMeter_count &#62; 0) {
           UploadProgressMeter_count--;
   }</description>
		<content:encoded><![CDATA[<p>I found that after a download or two, my meter quit working.  I think there is a race condition, where UploadProgressMeter could be decremented twice when a download finished, once in window.uploadComplete() and once in UploadProgressMeter_Update().  UploadProgressMeter_count would become negative, and subsequent upload attempts would have no meter.  I changed both subtractions to the following.  YMMV.</p>
<p>   if (UploadProgressMeter_count &gt; 0) {<br />
           UploadProgressMeter_count&#8211;;<br />
   }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-431393</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Sun, 06 Apr 2008 16:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/#comment-431393</guid>
		<description>xbilgix: a normal php file upload is happening, there are comments in the code on where you need to add the file upload code.  Checkout http://us2.php.net/move_uploaded_file</description>
		<content:encoded><![CDATA[<p>xbilgix: a normal php file upload is happening, there are comments in the code on where you need to add the file upload code.  Checkout <a href="http://us2.php.net/move_uploaded_file" rel="nofollow">http://us2.php.net/move_uploaded_file</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
