From 43aa5d5ada05d1037236ec6e62e797ac5464d9c0 Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Wed, 1 Mar 2023 21:27:45 +0200 Subject: [PATCH] Description --- README.md | 17 +++++++++++++++++ upload/.keep | 0 2 files changed, 17 insertions(+) create mode 100644 README.md create mode 100644 upload/.keep diff --git a/README.md b/README.md new file mode 100644 index 0000000..0829687 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +Tool for Quickly Handling File Uploads +This project is designed to facilitate the quick handling of file uploads in situations where there is only a default Apache-PHP installation with a 2MB upload limit. + +Installation + +To install this tool, follow the steps below: + +Create a file called .uploadsecret with some secret password inside, in the same directory as the project files. + +Ensure that your web server is configured to block opening files that start with a dot. This is important to keep your password secure. + +Ensure that the upload directory has the proper permissions and is allowing file creation. + +Once you have completed these steps, you should be ready to use this tool to handle your file uploads quickly and efficiently. + +Open https://yourhost.com/upload.php?password=secretpassword to retrieve uploader shell script + diff --git a/upload/.keep b/upload/.keep new file mode 100644 index 0000000..e69de29