Useful notes & manuals
from the
world wide web
L:
P:
Register now!
<<<1>>>
Creating a Reusable Flash Uploader with ActionScript 3.0 and PHP | read more.. Unsorted
Article from: http://active.tutsplus.com/tutorials/actionscript/creating-a-reusable-flash-uploader-with-actionscript-3-0-and-php/ Created by tlw on 27.09.2023 @ 08:34

In this tutorial I’ll show you how to build a Flash uploader for uploading files from the user’s computer. The result will be ideal for large file sizes as it will display a progress bar and the percentage left to upload. We’ll even show the user the number of bytes uploaded per second.

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:34

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