From 7003b156d2772acd41b63686b0ad5fdd30a6658d Mon Sep 17 00:00:00 2001 From: SuperDev Date: Thu, 22 Dec 2022 12:10:47 -0600 Subject: [PATCH] Update index.php --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 4efe4fb..417282f 100644 --- a/index.php +++ b/index.php @@ -47,9 +47,10 @@ if(isset($_POST['submit'])){ if($core->FileSizeVerification($_FILES["fileToUpload"])){ $newfilename = $core->FileNameConvertor($_FILES["fileToUpload"]); if($core->UploadFile($_FILES["fileToUpload"], $newfilename)){ + $destination = base64_encode(file_url_destination.'/'.file_destination.'/'.$newfilename); ?>
- Success ! Your file are available here: + Success ! Your file are available here: