-
Notifications
You must be signed in to change notification settings - Fork 209
feat: Use UploadHandler in documentation #4317
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
base: latest
Are you sure you want to change the base?
Conversation
d950ac9
to
3456b23
Compare
AI Language ReviewThe changes in the source code primarily replace the previous file upload approach using
In terms of documentation, the transition to using |
3456b23
to
ed6c5c6
Compare
ed6c5c6
to
90cb0c5
Compare
fix sample code in asciidoc
vaadin/flow#21443 makes the method protected so it shouldn't be mentioned in the doc.
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.
In addition to other comments, I'd would add to the article a description for UploadEvent
, UploadMetadata
and
(can be borrowed from downloads docs) also for TransferContext
, allowInert
, urlPostfix
and disableMode
.
Update according to changes. fix typos
add note to use upload
Converted to draft to not being merged before RC/GA |
Methods |
fixes #4304