Stock files in an Array using onFileSelected in ng2-file-upload #1128
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi everyone,
How can I stock multiple files in an array to send them in a request ?
in the inerface user I can select multiple files :
<input id="uploadDocument" type="file" name="filename" ng2FileSelect (onFileSelected)="onFileSelected($event)" [uploader]="uploader" multiple />here is my TypeScript :