platform
platform copied to clipboard
File name property added to Upload progress and rejected events
trafficstars
The Upload component's FileRejectedEvent and ProgressUpdateEvent were missing a way to get the name of the file that that the event was about. This has now been addressed by the addition of a getFileName() API in both.
Related issues: https://github.com/vaadin/flow-components/issues/1328 https://github.com/vaadin/flow-components/issues/3087