diff --git a/README.md b/README.md index 55402ab..144256b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Here are list of changes made to original code base: -main screen +main screen # Multi File Upload & Edit @@ -13,11 +13,12 @@ This project is a lightweight, secure web application for uploading, editing, an - **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. - multi file upload + multi file 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 + edit window + edit window - **Batch Deleting:** Users can select multiple files and delete them in one action, streamlining file management. @@ -27,13 +28,15 @@ This project is a lightweight, secure web application for uploading, editing, an - **User Management:** Secure, session-based authentication is implemented along with admin-only controls for adding and removing users. Passwords are hashed for security. - new user + new user + new user - **Dynamic UI Updates:** The application uses asynchronous JavaScript (via the Fetch API and XMLHttpRequest) to update the file list and upload progress in real time without requiring full page reloads. - **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. + new user --- @@ -86,7 +89,7 @@ This project is a lightweight, secure web application for uploading, editing, an --- -login screen +login screen