<?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: HOWTO: PHP and jQuery upload progress bar</title>
	<atom:link href="http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/feed/" rel="self" type="application/rss+xml" />
	<link>http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/</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: gaweee</title>
		<link>http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/comment-page-1/#comment-760</link>
		<dc:creator>gaweee</dc:creator>
		<pubDate>Wed, 21 Oct 2009 10:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=16#comment-760</guid>
		<description>Hi guys,
the jquery progress bar is MIT license of course
No need to credit the author or donation or anything like that.
Just use and abuse!</description>
		<content:encoded><![CDATA[<p>Hi guys,<br />
the jquery progress bar is MIT license of course<br />
No need to credit the author or donation or anything like that.<br />
Just use and abuse!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob</title>
		<link>http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/comment-page-1/#comment-759</link>
		<dc:creator>Jakob</dc:creator>
		<pubDate>Wed, 21 Oct 2009 10:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=16#comment-759</guid>
		<description>II am unable to leave a comment at http://t.wits.sg/jquery-progress-bar/, however the plugin is used here. I am wondering what the copyright notice in the progressbar plugin covers. Who can use it, may it become part of a commerical product, must companies purchase a license for using it? - In other words can you more precisely define the copyrights you hold over your plugin?</description>
		<content:encoded><![CDATA[<p>II am unable to leave a comment at <a href="http://t.wits.sg/jquery-progress-bar/" rel="nofollow">http://t.wits.sg/jquery-progress-bar/</a>, however the plugin is used here. I am wondering what the copyright notice in the progressbar plugin covers. Who can use it, may it become part of a commerical product, must companies purchase a license for using it? &#8211; In other words can you more precisely define the copyrights you hold over your plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/comment-page-1/#comment-725</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Sun, 30 Aug 2009 07:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=16#comment-725</guid>
		<description>Thanks in advanced for this great plugin!

I have the script installed... Progressing is working great.. But  I am baffled on how you handle the uploaded script..

I know that I, and probably several others are running into this query... I noticed a gentleman above posted he was using uploadscript.php as a script to handle the uploaded file... The problem is, WHERE lol... Where is he referencing this file?  The action attribute on the form? Some where in the JavaScript? Where?

Also, if the file is being referenced in the action, how can we debug that page... Because it&#039;s not being called via jQuery how can we ever see what that file has received?  

This is a great plugin, and I know it&#039;s certainly helpful for those like me who refuse to use a FlashUploader.. but some further directions in the tutorial on where we can access the uploaded files would be spectacular...

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks in advanced for this great plugin!</p>
<p>I have the script installed&#8230; Progressing is working great.. But  I am baffled on how you handle the uploaded script..</p>
<p>I know that I, and probably several others are running into this query&#8230; I noticed a gentleman above posted he was using uploadscript.php as a script to handle the uploaded file&#8230; The problem is, WHERE lol&#8230; Where is he referencing this file?  The action attribute on the form? Some where in the JavaScript? Where?</p>
<p>Also, if the file is being referenced in the action, how can we debug that page&#8230; Because it&#8217;s not being called via jQuery how can we ever see what that file has received?  </p>
<p>This is a great plugin, and I know it&#8217;s certainly helpful for those like me who refuse to use a FlashUploader.. but some further directions in the tutorial on where we can access the uploaded files would be spectacular&#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jurma</title>
		<link>http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/comment-page-1/#comment-701</link>
		<dc:creator>jurma</dc:creator>
		<pubDate>Wed, 05 Aug 2009 16:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=16#comment-701</guid>
		<description>Ok, nevermind, I&#039;ve found it. Needed &quot;return;&quot; in onSubmit call;</description>
		<content:encoded><![CDATA[<p>Ok, nevermind, I&#8217;ve found it. Needed &#8220;return;&#8221; in onSubmit call;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jurma</title>
		<link>http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/comment-page-1/#comment-700</link>
		<dc:creator>jurma</dc:creator>
		<pubDate>Wed, 05 Aug 2009 15:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=16#comment-700</guid>
		<description>Hello!
Noticed that on Firefox this example sends POST with whole file after the data was sent once by multiple GETs. Does anyone know how to disable this file send in POST? 
In IE this thing seems not occure.</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Noticed that on Firefox this example sends POST with whole file after the data was sent once by multiple GETs. Does anyone know how to disable this file send in POST?<br />
In IE this thing seems not occure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/comment-page-1/#comment-633</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sun, 12 Jul 2009 22:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=16#comment-633</guid>
		<description>hey i got this working on my server; progress bar is moving and everything. The only problem it never uploaded the file to the directory? Anyone  get this working correctly to let us all know? thanks</description>
		<content:encoded><![CDATA[<p>hey i got this working on my server; progress bar is moving and everything. The only problem it never uploaded the file to the directory? Anyone  get this working correctly to let us all know? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/comment-page-1/#comment-622</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sat, 11 Jul 2009 08:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=16#comment-622</guid>
		<description>sorry...your first reply wasn;t for me :P</description>
		<content:encoded><![CDATA[<p>sorry&#8230;your first reply wasn;t for me <img src='http://t.wits.sg/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/comment-page-1/#comment-621</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sat, 11 Jul 2009 08:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=16#comment-621</guid>
		<description>gaweee, my problem is that it&#039;s not uploading the file at all and nope...i don;t have an shell account(i guess it should be there in the cPanel interface but it isn;t)...what else could i do?</description>
		<content:encoded><![CDATA[<p>gaweee, my problem is that it&#8217;s not uploading the file at all and nope&#8230;i don;t have an shell account(i guess it should be there in the cPanel interface but it isn;t)&#8230;what else could i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hi</title>
		<link>http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/comment-page-1/#comment-619</link>
		<dc:creator>hi</dc:creator>
		<pubDate>Sat, 11 Jul 2009 06:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=16#comment-619</guid>
		<description>hey gaweee thanks for reply.

Okay i actually noticed that action=&quot;myrealuploadscript.php&quot; and onsubmit=&quot;calls ajax&quot;

i have pecl uploadprogress showing in my phpinfo so i know it is installed correctly.
 the ajax calls a checkprogress.php which has
header(&quot;Cache-Control: no-cache, must-revalidate&quot;);
header(&quot;Expires: Mon, 26 Jul 1997 05:00:00 GMT&quot;);

if (@$_GET[&#039;id&#039;]) {
    echo json_encode(uploadprogress_get_info($_REQUEST[&#039;id&#039;]));
    exit();
}

if (@$_POST[&#039;UPLOAD_IDENTIFIER&#039;])
    exit();

in action=&quot;myscript.php&quot; i have

move_uploaded_file($_FILES[&#039;Filedata&#039;][&#039;tmp_name&#039;]);
exit();

but nothing happens?

thanks!</description>
		<content:encoded><![CDATA[<p>hey gaweee thanks for reply.</p>
<p>Okay i actually noticed that action=&#8221;myrealuploadscript.php&#8221; and onsubmit=&#8221;calls ajax&#8221;</p>
<p>i have pecl uploadprogress showing in my phpinfo so i know it is installed correctly.<br />
 the ajax calls a checkprogress.php which has<br />
header(&#8221;Cache-Control: no-cache, must-revalidate&#8221;);<br />
header(&#8221;Expires: Mon, 26 Jul 1997 05:00:00 GMT&#8221;);</p>
<p>if (@$_GET['id']) {<br />
    echo json_encode(uploadprogress_get_info($_REQUEST['id']));<br />
    exit();<br />
}</p>
<p>if (@$_POST['UPLOAD_IDENTIFIER'])<br />
    exit();</p>
<p>in action=&#8221;myscript.php&#8221; i have</p>
<p>move_uploaded_file($_FILES['Filedata']['tmp_name']);<br />
exit();</p>
<p>but nothing happens?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaweee</title>
		<link>http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/comment-page-1/#comment-616</link>
		<dc:creator>gaweee</dc:creator>
		<pubDate>Sat, 11 Jul 2009 03:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://t.wits.sg/?p=16#comment-616</guid>
		<description>it seems it is trying to install the package &lt;code&gt;peclinstallUploadProgress&lt;/code&gt; instead of &lt;code&gt;uploadprogess&lt;/code&gt;
If you have a shell account, you can try running the command instead
&lt;code&gt;pecl install uploadprogress&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>it seems it is trying to install the package <code>peclinstallUploadProgress</code> instead of <code>uploadprogess</code><br />
If you have a shell account, you can try running the command instead<br />
<code>pecl install uploadprogress</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
