Created
September 11, 2022 00:12
-
-
Save sunnyy02/5ca3ff862eb226a21ee9973e5bd142d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input #fileInput type="file" class="file-input" [accept]="acceptedFileExtensions" (change)="attachFile($event)" /> | |
<div class="row document-type"> | |
<div class="col-xs-12"> | |
<button class="fileButton" action="file" (click)="onSelectFile()" type="submit">Upload document</button> | |
allowed file types(JPG, PNG, GIF) | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment