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

Features - Manual File Handle

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

Description & Sample code

By default, KoolUploader saves your uploaded files to targetFolder for you. However, in some cases, you want to custom the way of handling file, for example: changing file name when save, recording file information to database, checking a file content to decide whether the file is allowed to upload and so on. KoolUploader does allow you to set your own customized file handling function.

To use this feature you need to create your own function, and assign the funcFileHandle property of KoolUpoadHandler's instance to that function.

You may have a look at Handle.php for more details.