multiple file selection not reflected on label #838
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?
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.