Categories

Updated: 12/18/2008

Creating an Upload Progress Bar in PHP with APC

This tutorial will explain how to create an AJAX progress bar for PHP file uploads. There is no method build into PHP for returning the status of an upload in progress, so this requires a module called the Alternative PHP Cache (APC). This allows you to store data across sessions and includes built-in functionality for storing/returning file upload stats.
©2019 A--9.com