<?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: JQuery Progress Bar 1.1</title>
	<atom:link href="http://t.wits.sg/2008/06/20/jquery-progress-bar-11/feed/" rel="self" type="application/rss+xml" />
	<link>http://t.wits.sg/2008/06/20/jquery-progress-bar-11/</link>
	<description>WARNING: excessive use of this site will increase MP at the expense of HP</description>
	<lastBuildDate>Wed, 17 Feb 2010 06:18:00 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Surt</title>
		<link>http://t.wits.sg/2008/06/20/jquery-progress-bar-11/comment-page-1/#comment-751</link>
		<dc:creator>Surt</dc:creator>
		<pubDate>Tue, 06 Oct 2009 22:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=14#comment-751</guid>
		<description>Hi there gaweee 

on my last reply i had a problem with the $_FILEs after submit. It was due to the target=&quot;iframe 
now, without the target, of course, i can acess to files after page reload.

Thx for all and sorry for bother!</description>
		<content:encoded><![CDATA[<p>Hi there gaweee </p>
<p>on my last reply i had a problem with the $_FILEs after submit. It was due to the target=&#8221;iframe<br />
now, without the target, of course, i can acess to files after page reload.</p>
<p>Thx for all and sorry for bother!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surt</title>
		<link>http://t.wits.sg/2008/06/20/jquery-progress-bar-11/comment-page-1/#comment-750</link>
		<dc:creator>Surt</dc:creator>
		<pubDate>Tue, 06 Oct 2009 20:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=14#comment-750</guid>
		<description>Hi,

i am triying to add your scripts to an upload form. It works ok, but i can´t find the $_FILES after the upload completes.

i am using your exact code:

	function beginUpload() {
		
		jQuery(&quot;#uploadprogressbar&quot;).fadeIn();

		var i = setInterval(function() { 
			jQuery.getJSON(&quot;/upload/&quot; + progress_key, function(data) {
				if (data == null) {
					clearInterval(i);	
					location.reload(true);
					return true;
				}
				var percentage = Math.floor(100 * parseInt(data.bytes_uploaded) / parseInt(data.bytes_total));
				jQuery(&quot;#uploadprogressbar&quot;).progressBar(percentage);
			});
		}, 1500);
		return true;
	}

but when page reloads, using var_dump($_FILES) it returns nothing. Checking at the tmp folder on the server it looks like uploaded, but i can&#039;t see it on $_FILES. 
Any workaround? I can&#039;t think on nothing, except for the location.reload(true);

my forms submits to the same place it comes action=&quot;&quot;

Thx for all. Thats a good script</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i am triying to add your scripts to an upload form. It works ok, but i can´t find the $_FILES after the upload completes.</p>
<p>i am using your exact code:</p>
<p>	function beginUpload() {</p>
<p>		jQuery(&#8221;#uploadprogressbar&#8221;).fadeIn();</p>
<p>		var i = setInterval(function() {<br />
			jQuery.getJSON(&#8221;/upload/&#8221; + progress_key, function(data) {<br />
				if (data == null) {<br />
					clearInterval(i);<br />
					location.reload(true);<br />
					return true;<br />
				}<br />
				var percentage = Math.floor(100 * parseInt(data.bytes_uploaded) / parseInt(data.bytes_total));<br />
				jQuery(&#8221;#uploadprogressbar&#8221;).progressBar(percentage);<br />
			});<br />
		}, 1500);<br />
		return true;<br />
	}</p>
<p>but when page reloads, using var_dump($_FILES) it returns nothing. Checking at the tmp folder on the server it looks like uploaded, but i can&#8217;t see it on $_FILES.<br />
Any workaround? I can&#8217;t think on nothing, except for the location.reload(true);</p>
<p>my forms submits to the same place it comes action=&#8221;"</p>
<p>Thx for all. Thats a good script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julia</title>
		<link>http://t.wits.sg/2008/06/20/jquery-progress-bar-11/comment-page-1/#comment-749</link>
		<dc:creator>Julia</dc:creator>
		<pubDate>Fri, 02 Oct 2009 14:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=14#comment-749</guid>
		<description>Hi,
I use your tool and so far it is working perfect. thanks for that ;-) 
my problem is now that i want to use it in a loop (php and mysql). i want to have an overview of user and their progress. the percentage of the user i got. but  because i don&#039;t know how many user i got, i wanted to ask if it is possible to still display a bar for every user. please help me :-)
Thanks 
Julia</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I use your tool and so far it is working perfect. thanks for that <img src='http://t.wits.sg/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
my problem is now that i want to use it in a loop (php and mysql). i want to have an overview of user and their progress. the percentage of the user i got. but  because i don&#8217;t know how many user i got, i wanted to ask if it is possible to still display a bar for every user. please help me <img src='http://t.wits.sg/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Thanks<br />
Julia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Dash</title>
		<link>http://t.wits.sg/2008/06/20/jquery-progress-bar-11/comment-page-1/#comment-733</link>
		<dc:creator>Ben Dash</dc:creator>
		<pubDate>Wed, 09 Sep 2009 19:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=14#comment-733</guid>
		<description>Hi there,

I qant to make this plugin work for my upload form, but it just doesn&#039;t work. Does this need any extensions for php5 installed?
Basically I tried the 2.0 version&#039;s demo in Wamp Server (latest), but it didn&#039;t work either. Can you point me in the right direction?

Thanks and nice work,
Regards,
Ben</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I qant to make this plugin work for my upload form, but it just doesn&#8217;t work. Does this need any extensions for php5 installed?<br />
Basically I tried the 2.0 version&#8217;s demo in Wamp Server (latest), but it didn&#8217;t work either. Can you point me in the right direction?</p>
<p>Thanks and nice work,<br />
Regards,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Typo3 Freelancer</title>
		<link>http://t.wits.sg/2008/06/20/jquery-progress-bar-11/comment-page-1/#comment-732</link>
		<dc:creator>Typo3 Freelancer</dc:creator>
		<pubDate>Wed, 09 Sep 2009 16:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=14#comment-732</guid>
		<description>Hello,

thanks ... I have searching that progress bar plugin and this has me very helped.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>thanks &#8230; I have searching that progress bar plugin and this has me very helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://t.wits.sg/2008/06/20/jquery-progress-bar-11/comment-page-1/#comment-642</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 14 Jul 2009 18:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=14#comment-642</guid>
		<description>Hey I got this working. I ended up removing if(@$_POST[&#039;UPLOAD_IDENTIFIED&#039;])
 exit();

The reason I did this is because it is a hidden value and will always be ISSET() and will exit my my script.

Thanks. nice script.</description>
		<content:encoded><![CDATA[<p>Hey I got this working. I ended up removing if(@$_POST['UPLOAD_IDENTIFIED'])<br />
 exit();</p>
<p>The reason I did this is because it is a hidden value and will always be ISSET() and will exit my my script.</p>
<p>Thanks. nice script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaweee</title>
		<link>http://t.wits.sg/2008/06/20/jquery-progress-bar-11/comment-page-1/#comment-639</link>
		<dc:creator>gaweee</dc:creator>
		<pubDate>Mon, 13 Jul 2009 06:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=14#comment-639</guid>
		<description>Dude, relax man,
comments are on moderation mode. Hence i have to approve it.
if it stops at your &lt;code&gt;move_upload_file&lt;/code&gt; method then its a PHP error, double check your &lt;code&gt;$_FILES&lt;/code&gt; and call &lt;code&gt;is_uploaded_file&lt;/code&gt; appropriately</description>
		<content:encoded><![CDATA[<p>Dude, relax man,<br />
comments are on moderation mode. Hence i have to approve it.<br />
if it stops at your <code>move_upload_file</code> method then its a PHP error, double check your <code>$_FILES</code> and call <code>is_uploaded_file</code> appropriately</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://t.wits.sg/2008/06/20/jquery-progress-bar-11/comment-page-1/#comment-638</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 13 Jul 2009 05:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=14#comment-638</guid>
		<description>why do you keep deleting my info im jsut looking for some guidance man?</description>
		<content:encoded><![CDATA[<p>why do you keep deleting my info im jsut looking for some guidance man?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://t.wits.sg/2008/06/20/jquery-progress-bar-11/comment-page-1/#comment-635</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 13 Jul 2009 03:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=14#comment-635</guid>
		<description>I have 3 files setup.

form.php // has js and form

upload.php // has my script to store things in the db and upload file
progress.php // returns the json on uploadprogress
Is that setup right?
Seems to be working but it does not finish my upload.php script it happens to stop at the move_upload_file(); anything below that never gets done

Any ideas? Thank you</description>
		<content:encoded><![CDATA[<p>I have 3 files setup.</p>
<p>form.php // has js and form</p>
<p>upload.php // has my script to store things in the db and upload file<br />
progress.php // returns the json on uploadprogress<br />
Is that setup right?<br />
Seems to be working but it does not finish my upload.php script it happens to stop at the move_upload_file(); anything below that never gets done</p>
<p>Any ideas? Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aurélien</title>
		<link>http://t.wits.sg/2008/06/20/jquery-progress-bar-11/comment-page-1/#comment-620</link>
		<dc:creator>Aurélien</dc:creator>
		<pubDate>Sat, 11 Jul 2009 08:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=14#comment-620</guid>
		<description>i use this tips for my website, it&#039;s greatful!
thanks !</description>
		<content:encoded><![CDATA[<p>i use this tips for my website, it&#8217;s greatful!<br />
thanks !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
