doc: add documentation for the Upload component#981
Open
laurenic0l wants to merge 12 commits into
Open
Conversation
- docs/components/upload.md covering basics, picker behavior, validation and limits, auto upload and auto clear, mobile capture, native file system access, layout customization with presets and the default slot, themes, events, internationalization, and styling - UploadView: resume upload inside a job application form - UploadPickingFilesView: multi-file gallery uploader with filter switching - UploadAutoUploadView: ticket submission with background attachment uploads - UploadPresetsView: side-by-side comparison of the four chrome presets - UploadDefaultSlotView: HEADLESS preset with projected drop surface - UploadEventsView: progress bar and status line driven by onChange, onListProgress, and onComplete
MatthewHawkins
requested changes
May 28, 2026
Contributor
Author
|
Thanks for the feedback @MatthewHawkins. I've applied the changes |
hyyan
requested changes
May 29, 2026
hyyan
left a comment
Member
There was a problem hiding this comment.
@laurenic0l Looking great overall, just a few more requests!
Contributor
Author
|
Heads up: the new UploadDefaultSlotView parses dropped CSVs using Apache Commons CSV, so this PR also adds the commons-csv dependency to pom.xml: Let me know if there's a preferred version or if you'd rather I parse the CSV with a different approach. |
hyyan
approved these changes
Jun 17, 2026
bbrennanbasis
approved these changes
Jun 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the documentation article and demos for the new inline Upload component
Covers:
Basics + when to use vs. FileUploadDialog
Picking files: selection mode, picker source, filters, drop zone
Validation and limits + server-side validation note
Upload behavior: auto upload, auto clear, programmatic actions
Mobile capture
Native file system access
Customizing the layout: presets, part visibility, default slot
Themes
Events
Internationalization
Styling