From c084af461f1c55442c917b879c1926526686e41b Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 17 Feb 2024 20:10:03 +0100 Subject: [PATCH] Updated Upload error - Added header expose - Updated download UI logic --- .../src/app/download/download.component.html | 2 +- .../src/app/download/download.component.ts | 67 +++++++++++++++++-- .../sharepulse/rest/mappings/Download.java | 1 + .../w665/sharepulse/rest/mappings/Upload.java | 8 +++ .../w665/sharepulse/service/FileService.java | 9 ++- 5 files changed, 81 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/download/download.component.html b/frontend/src/app/download/download.component.html index 9f0eba2..1989abb 100644 --- a/frontend/src/app/download/download.component.html +++ b/frontend/src/app/download/download.component.html @@ -9,7 +9,7 @@ type="password" class="input input-bordered text-center w-full max-w-md mb-6" placeholder="Enter file password..." [(ngModel)]="filePassword"/> -