KoolUploader supports upload progress tracking.
When this feature is enabled, KoolUploader will use ajax to keep track of uploading status of each files.
To enable this feature, you need to add KoolAjax to the page and set progresTracking property of KoolUploader's instance to true.
*Note: Tracking progress of uploading file is not default feature of PHP, you need to add an extension called PECL UploadProgress. You may find the installation guide in KoolUploader's documentation.
span style="color: #ff0000;">"/KoolUploader/kooluploader.php""/KoolAjax/koolajax.php""kul");
$kul->scriptFolder = $KoolControlsFolder."/KoolUploader""handle.php";
$kul->styleFolder=$KoolControlsFolder."/KoolUploader/styles/default";
$kul->allowedExtension = "txt,jpg,gif,doc,pdf"//500KB
"kul_with_progress""/KoolUploader""handle.php""/KoolUploader/styles/default""txt,jpg,gif,doc,pdf"//500KB
"form1" method="post""width:650px;">
<tr>
<td style="color:gray">No Progress Tracking</td>
<td style="color:green""padding-top:20px;"
span style="color: #ff0000;">"Expires: Mon, 26 Jul 1997 05:00:00 GMT");
// always modified
"Last-Modified: ""D, d M Y H:i:s") . " GMT");
// HTTP/1.1
"Cache-Control: no-store, no-cache, must-revalidate""Cache-Control: post-check=0, pre-check=0"// HTTP/1.0
"Pragma: no-cache");
$KoolControlsFolder = "../../../../KoolControls""/KoolUploader/kooluploader.php";
//Create handle object and edit upload settings.
"../../Temp""gif,jpg,doc,pdf,txt";
//Call the handle function to handle the request from client