aboutsummaryrefslogtreecommitdiffstats
path: root/php/upload.php
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-02-15 12:16:08 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-02-15 12:16:08 +0200
commitb73b92de00f4766b7974e05feeffc28abc8152f4 (patch)
tree5cab7273d550892616d512fdaa80cdf969c599a5 /php/upload.php
parentd597a9d399f89b51483274c80d771b44905d275f (diff)
downloadfileup-b73b92de00f4766b7974e05feeffc28abc8152f4.tar.gz
unlink b4 move_uploaded_file
Diffstat (limited to 'php/upload.php')
-rw-r--r--php/upload.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/php/upload.php b/php/upload.php
index a4f816f..def98b3 100644
--- a/php/upload.php
+++ b/php/upload.php
@@ -41,6 +41,7 @@ if($codename=="filename taken" && $overwrite!=1)
http_response_code(409);
exit(0);
}
+unlink("$storage_root/$codename");
move_uploaded_file($file['tmp_name'], "$storage_root/$codename");
http_response_code(200);