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

Client-side API - Attach Extra Data

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

Description & Sample code

KoolUploader is able to attachdata from client-side to send to server-side. At client-side you need to use the attachData() function of KoolUploaderItem's instance to add extra data to file item. The data will be sent to server by POST.

In above example, there will be a description sent along with each uploaded file. The file will be saved in the format [desc]filename.extension at server-side.