platform icon indicating copy to clipboard operation
platform copied to clipboard

File name property added to Upload progress and rejected events

Open rolfsmeds opened this issue 1 year ago • 0 comments
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

rolfsmeds avatar Jan 03 '24 08:01 rolfsmeds