I don't know your server setup, but I'd check out these :
$content_dir This should be publicly accessible directory (create&write rights allowed)
$_FILES['klFile'] is wrong, it must be
$_FILES['klFileUpload']
other parts are like in wiki explained
http://wiki.kunerilite.net/index.php?title=Upload/Download_plugin#UploadHope that helps