From 3c0ecea0b0f6a62e417b129cb483f8b31a9c5334 Mon Sep 17 00:00:00 2001 From: soumajitaws Date: Tue, 3 Feb 2026 00:08:12 +0530 Subject: [PATCH] Create fileupload.php --- fileupload.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 fileupload.php 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!
"; + } +} + +?>