<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 20 May 2013 04:37:11 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[JSLabs Blog:  How to create a php upload progress meter]]></title>
      <guid>http://www.phpdeveloper.org/news/6869</guid>
      <link>http://www.phpdeveloper.org/news/6869</link>
      <description><![CDATA[<p>
In a <a href="http://www.whenpenguinsattack.com/2006/12/12/how-to-create-a-php-upload-progress-meter/">new post</a> to the JSLabs blog today, there's a mini-tutorial showing how to, with the help of the new hooks in PHP 5.2, create a file upload progress meter.
</p>
<blockquote>
This progess meter is based on the yahoo user interface library and alternative php cache (APC).  You will need both of these for it to display properly.  PHP 5.2.0 or higher is also required. (I have written a previous article on alternative PHP cache <a href="http://www.whenpenguinsattack.com/2006/12/11/how-to-install-alternative-php-cache/">here</a>).
</blockquote>
<p>
He gives a brief overview of how things work (including the php.ini setting to make it happen) and has a screenshot of the resulting output. You can check out the <a href="http://progphp.com/progress.php">demo here</a> or just <a href="http://progphp.com/progress.phps">grab the source</a> and jump right in.
</p>]]></description>
      <pubDate>Tue, 12 Dec 2006 07:21:22 -0600</pubDate>
    </item>
  </channel>
</rss>
