diff --git a/fileupload.php b/fileupload.php new file mode 100644 index 0000000..85ffa08 --- /dev/null +++ b/fileupload.php @@ -0,0 +1,19 @@ +Your image was not uploaded.'; + } + else { + // Yes! + $html .= "
{$target_path} succesfully uploaded!
"; + } +} + +?>