From be81499a00d687c4718195c73e2d35d87202bbfc Mon Sep 17 00:00:00 2001 From: Bogdan Date: Wed, 16 Nov 2022 08:26:09 +0200 Subject: [PATCH] upload script edited --- upload_script.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload_script.html b/upload_script.html index 9efe632..608f1ee 100644 --- a/upload_script.html +++ b/upload_script.html @@ -33,7 +33,7 @@ function setpath() { } function upload() { var filePath = document.getElementById("filepath").value; - var upload_path = "files/upload/" + filePath; + var upload_path = "upload/" + filePath; var fileInput = document.getElementById("newfile").files; /* Max size of an individual file. Make sure this