KoolUploader - PHP Ajax File UploadKoolUploader - PHP Ajax File UploadFullVersion 2.2.0.0 released on 25/11/2016

Features - Ajax Progress Tracking

No Progress Tracking With Progress Tracking
AddUpload AllClear All
AddUpload AllClear All
*Note: Please test uploading with *.txt, *.doc, *.pdf, *.jpg, *.gif ( size < 500KB )

Description & Sample code

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.