Useful notes & manuals
from the
world wide web
L:
P:
Register now!
<<<1>>>
Creating an upload progress bar in PHP with apc | read more.. PHP
Article from: http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/ Created by tlw on 27.09.2023 @ 08:49

In this tutorial I will explain how to create a progress bar for PHP file uploads. There is no method built 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.

<<<1>>>
 
Created by THE LOST WEB © 2009-2012