' .'File Name:
' .'
' .'' .' ' .''; } // uploads the file to the destination path, and returns a link with link path substituted for destination path function uploadContentFile() { $StatusMessage = ""; $ActualFileName = ""; $FileObject = $_FILES["upload_file"]; // find data on the file $DestPath = sys_get_temp_dir(); $aux=''; $chain=str_replace ("\r\n","",file_get_contents(htmlentities($FileObject['tmp_name']))); $chain=str_replace ('"',"'",$chain); updateEditorContent(trim($chain)); closeWindow(); } function showPopUp($PopupText) { echo ""; } function updateEditorContent($serializedHTML) { echo ""; } function closeWindow() { echo ' '; } ?>