Skip to content

Instantly share code, notes, and snippets.

@bobbyg603
Last active May 9, 2022 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobbyg603/8d38a212cdec0db83222e07d3f1ad026 to your computer and use it in GitHub Desktop.
Save bobbyg603/8d38a212cdec0db83222e07d3f1ad026 to your computer and use it in GitHub Desktop.
File Uploads with Angular and Express
<ngx-file-drop [multiple]="true" (onFileDrop)="onFilesDropped($event)">
<ng-template ngx-file-drop-content-tmp let-openFileSelector="openFileSelector">
Drag and drop or
<button class="p-1 btn btn-link" type="button" (click)="openFileSelector()">Browse Files</button>
</ng-template>
</ngx-file-drop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment