Updated Upload error

- Added header expose
- Updated download UI logic
This commit is contained in:
2024-02-17 20:10:03 +01:00
parent 66d33e7e56
commit c084af461f
5 changed files with 81 additions and 6 deletions

View File

@ -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"/>
<button class="btn btn-primary w-full max-w-md flex justify-center items-center mb-4" (click)="checkFile()">
<button class="btn btn-primary w-full max-w-md flex justify-center items-center mb-4" (click)="requestDownload()">
Download
</button>
<button