Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

JSLabs Blog:
How to create a php upload progress meter
Dec 12, 2006 @ 13:21:22

In a new post 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.

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 here).

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 demo here or just grab the source and jump right in.

tagged: upload progress meter php5 apc rfc1867 demo source upload progress meter php5 apc rfc1867 demo source

Link:

JSLabs Blog:
How to create a php upload progress meter
Dec 12, 2006 @ 13:21:22

In a new post 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.

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 here).

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 demo here or just grab the source and jump right in.

tagged: upload progress meter php5 apc rfc1867 demo source upload progress meter php5 apc rfc1867 demo source

Link:


Trending Topics: