From e9b16d0fbb60e0f050187aa68311afd90cbd726f Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 23 Feb 2025 00:45:00 -0500 Subject: [PATCH] more changes --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c4b841..3bf7c44 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,13 @@ This project is a lightweight, secure web application for uploading, editing, an ## Functionality & Features - **Multi-file Upload:** - Users can select and upload multiple files at once. Each file’s upload is tracked individually with a progress bar showing percentage complete and upload speed (B/s, KB/s, or MB/s). If an image is selected, a small 32×32 pixel thumbnail preview is displayed; otherwise, a default file icon is shown. + Users can select and upload multiple files at once. Each file’s upload is tracked individually with a progress bar showing percentage complete and upload speed (B/s, KB/s, or MB/s). If an image is selected, a small 32×32 pixel thumbnail preview is displayed; otherwise, a default file icon is shown. + multi upload - **File Editing:** - Built-in editing functionality for text-based files allows quick modifications directly within the browser. Files open in a modal window with a consistent, rounded design. Edit window can be resized to allow for easier editting. + Built-in editing functionality for text-based files allows quick modifications directly within the browser. Files open in a modal window with a consistent, rounded design. Edit window can be resized to allow for easier editting. + edit larger window edit smaller window @@ -27,7 +29,8 @@ This project is a lightweight, secure web application for uploading, editing, an Files can be sorted by attributes such as name, date modified, upload date, size, or uploader, making it easier to navigate large file sets. - **User Management:** - Secure, session-based authentication is implemented along with admin-only controls for adding and removing users. Passwords are hashed for security. + Secure, session-based authentication is implemented along with admin-only controls for adding and removing users. Passwords are hashed for security. + new user remove user @@ -36,6 +39,7 @@ This project is a lightweight, secure web application for uploading, editing, an - **Progress Feedback:** During uploads, each file shows a progress bar next to its name, complete with upload percentage and speed. Once all files have been uploaded, the progress list automatically clears after a short delay. + progress bar --- @@ -88,8 +92,9 @@ This project is a lightweight, secure web application for uploading, editing, an This multi-file uploader with editing and user management is ideal for scenarios involving document management, image galleries, firmware updates, and more. --- +- **Login Page** -login page + login page