Skip to content

Instantly share code, notes, and snippets.

@Jerga99
Created July 17, 2018 21:32
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 Jerga99/5dcfa3b5affc46c7f21aaf59b7dc6832 to your computer and use it in GitHub Desktop.
Save Jerga99/5dcfa3b5affc46c7f21aaf59b7dc6832 to your computer and use it in GitHub Desktop.
<label class="image-upload-container btn btn-bwm">
<span>Select Image</span>
<input #imageInput
type="file"
accept="image/*"
(change)="processFile(imageInput)">
</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment