Overview
Upload files immediately from input or on file drop.
Directive:
- selector: “[a2Upload]”
- inputs: options
- outputs: onUpload
- hosts: drop, change
options
input:
onUpload
event:
In case where user will drop or select multiple files then this event will be emitted for every uploaded files.
Every file is uploaded independently.
Example