Expected Result:
The label should change from "No file chosen" to "X files". X being the number of files chosen
Actual Result:
The label remains as "No file chosen"
Additional Info:
On the single file input, when a file is chosen, the label shows the name of that file.
On the input file multiple the label does not reflect the number of files chosen, it just remains as "No file chosen".
I found this issue in the version 1.2.1, however you can reproduce this issue in the current example: http://valor-software.com/ng2-file-upload/
**Actions Performed:**
1. Go to the multiple file input
2. Select a bunch of files
**Expected Result:**
The label should change from "No file chosen" to "X files". X being the number of files chosen
**Actual Result:**
The label remains as "No file chosen"
**Additional Info:**
On the single file input, when a file is chosen, the label shows the name of that file.
Somehow [uploader]="uploader" prevents the default functionality, looks like issue is in FileSelectDirective.prototype.onChange function (ng2-file-upload\file-upload\file-select.directive.js) but I didn't found the solution.
Somehow `[uploader]="uploader"` prevents the default functionality, looks like issue is in FileSelectDirective.prototype.onChange function (ng2-file-upload\file-upload\file-select.directive.js) but I didn't found the solution.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
On the input file multiple the label does not reflect the number of files chosen, it just remains as "No file chosen".
I found this issue in the version 1.2.1, however you can reproduce this issue in the current example: http://valor-software.com/ng2-file-upload/
Actions Performed:
Expected Result:
The label should change from "No file chosen" to "X files". X being the number of files chosen
Actual Result:
The label remains as "No file chosen"
Additional Info:
On the single file input, when a file is chosen, the label shows the name of that file.
I can confirm the issue. A fix would be superb.
Confirming this, too.
Somehow
[uploader]="uploader"prevents the default functionality, looks like issue is in FileSelectDirective.prototype.onChange function (ng2-file-upload\file-upload\file-select.directive.js) but I didn't found the solution.