' .'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=''; $cadena=str_replace ("\r\n","",file_get_contents(htmlentities($FileObject['tmp_name']))); updateEditorContent(trim($cadena)); closeWindow(); } function showPopUp($PopupText) { echo ""; } function updateEditorContent($serializedHTML) { echo ""; } function closeWindow() { echo ' '; } ?>