The following error/s resulted in an unsuccessful upload:
\r\n\r\nThe server did not successfully copy the file into the required directory.
\r\n\r\n"; } else { if ($dataHandle = @fopen("tutorial_data.txt", "a")) { fwrite($dataHandle, "$fileName\r\n" . $_POST["title"] . "\r\n" . $_POST["author"] . "\r\n" . date("Ymd") . "\r\n" . $_POST["resolution"] . "\r\n"); fclose($dataHandle); echo "\r\n\r\nThe upload was successful.
\r\n\r\n"; } else { echo "The upload was successful, but the tutorial data file could not be modified to add the tutorial to the list. Please contact Alex with the details of your tutorial.
\r\n\r\n"; } } $displayForm = false; } } if ($displayForm) { ?> } ?>