This commit is contained in:
grossmj 2024-11-25 11:02:49 +10:00
parent 8068751032
commit 52f772676b
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
<div *ngIf="newImageSelected"> <div *ngIf="newImageSelected">
<input <input
type="file" type="file"
accept=".bin" accept=".bin, .image, .iol"
#file #file
class="nonvisible" class="nonvisible"
(change)="uploadImageFile($event)" (change)="uploadImageFile($event)"

View File

@ -52,7 +52,7 @@
</mat-form-field> </mat-form-field>
<input <input
type="file" type="file"
accept=".bin" accept=".bin, .image, .iol"
#file #file
class="nonvisible" class="nonvisible"
(change)="uploadImageFile($event)" (change)="uploadImageFile($event)"