From 52fea7284ff009a6afddbc6e64bdf49c24f2a038 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 24 Mar 2025 14:07:21 +0500 Subject: feat: download external files --- public/index.php | 76 +++++++++++++++++++++++++++----- public/static/style.css | 12 ++++- public/upload.php | 113 +++++++++++++++++++++++++++++++++--------------- 3 files changed, 153 insertions(+), 48 deletions(-) (limited to 'public') diff --git a/public/index.php b/public/index.php index 7d07c5b..e08a67a 100644 --- a/public/index.php +++ b/public/index.php @@ -26,9 +26,28 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/../lib/partials.php'; accept="" id="form-file"> - +
+ + +
+

URL:

+
+ + +
+
+ +
@@ -49,15 +68,30 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/../lib/partials.php';