-
Notifications
You must be signed in to change notification settings - Fork 69
feat: Add UploadHandler to Upload #7413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...ad-flow-parent/vaadin-upload-flow/src/main/java/com/vaadin/flow/component/upload/Upload.java
Outdated
Show resolved
Hide resolved
d12af78
to
a207cab
Compare
...ad-flow-parent/vaadin-upload-flow/src/main/java/com/vaadin/flow/component/upload/Upload.java
Outdated
Show resolved
Hide resolved
...ad-flow-parent/vaadin-upload-flow/src/main/java/com/vaadin/flow/component/upload/Upload.java
Outdated
Show resolved
Hide resolved
...ad-flow-parent/vaadin-upload-flow/src/main/java/com/vaadin/flow/component/upload/Upload.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems ok. Perhaps someone from the components side will have a look also.
Requested a review from @yuriy-fix , feel free to reassign to anyone else from your team, thanks in advance 😉 |
...ad-flow-parent/vaadin-upload-flow/src/main/java/com/vaadin/flow/component/upload/Upload.java
Show resolved
Hide resolved
...ad-flow-parent/vaadin-upload-flow/src/main/java/com/vaadin/flow/component/upload/Upload.java
Outdated
Show resolved
Hide resolved
|
This ticket/PR has been released with Vaadin 24.8.0.alpha7 and is also targeting the upcoming stable 24.8.0 version. |
Description
Add the new
UploadHandler
toUpload
so with the new API the upload can be done using pre-made implementations, e.g.:Fixes vaadin/flow#21256
Type of change
Checklist
Additional for
Feature
type of change