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.
span style="color: #ff0000;">"/KoolUploader/kooluploader.php""/KoolAjax/koolajax.php""kul");
$kul->scriptFolder = $KoolControlsFolder."/KoolUploader""handle.php";
$kul->allowedExtension = "gif,jpg,txt,doc,pdf";
$kul->styleFolder=$KoolControlsFolder."/KoolUploader/styles/default"//500KB
"form1" method="post""text/javascript">
kul.registerEvent("OnBeforeUpload""Enter short description:","contain good information""short_desc""OnUploadDone""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";
//Call the handle function to handle the request from client