From fcf999e4270007dda1ae2252a22842363927c9fa Mon Sep 17 00:00:00 2001 From: Luke Ogburn <21106956+OakBaron@users.noreply.github.com> Date: Thu, 26 Sep 2019 00:18:24 -0400 Subject: [PATCH] started working on adding temp file upload feature --- index.php | 10 +++++++++- upload/submit.php | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 upload/submit.php diff --git a/index.php b/index.php index b373a38..5388017 100644 --- a/index.php +++ b/index.php @@ -32,7 +32,15 @@ } ?> + +
+
+ +
+ - \ No newline at end of file + diff --git a/upload/submit.php b/upload/submit.php new file mode 100644 index 0000000..aa663b2 --- /dev/null +++ b/upload/submit.php @@ -0,0 +1,46 @@ +