Get("Site_Path"); $admin = $objConfig->Get("AdminDirectory"); if(!strlen($admin)) $admin = "admin"; $adminURL = $rootURL.$admin; $UPLOAD_BASE_URL = $rootURL."kernel/images/"; $UPLOAD_BASE_DIR = $pathtoroot."kernel/images/"; // End int var ?> File Uploader
Upload in progress...


'; } else { if (is_uploaded_file($HTTP_POST_FILES['FCKeditor_File']['tmp_name'])) { $savefile = $UPLOAD_BASE_DIR.$HTTP_POST_FILES['FCKeditor_File']['name']; if (move_uploaded_file($HTTP_POST_FILES['FCKeditor_File']['tmp_name'], $savefile)) { chmod($savefile, 0666); ?> ";
'; } ?>