From 3c571673c7b8961fe2010253b06d35e041d94eed Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Wed, 1 Mar 2023 21:28:51 +0200 Subject: [PATCH] Better formatting --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0829687..8de8281 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,18 @@ -Tool for Quickly Handling File Uploads +# 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 +## 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. +1. 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. +2. 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. +3. 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 +4. Open https://yourhost.com/upload.php?password=secretpassword to retrieve uploader shell script