Skip to content
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

docs: upload folder drag and drop #3949

Open
wants to merge 2 commits into
base: latest
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions articles/components/upload/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
endif::[]
--

Upload supports uploading folders via drag & drop. This uploads all files from the folder and its sub-folders recursively. Note that the folder structure will be flattened and the names of uploaded files will not indicate in which folder they were in. Uploading folders is currently not supported through the native file picker.

Check warning on line 72 in articles/components/upload/index.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.NoteThat] Avoid using 'note that'. Raw Output: {"message": "[Vaadin.NoteThat] Avoid using 'note that'.", "location": {"path": "articles/components/upload/index.adoc", "range": {"start": {"line": 72, "column": 124}}}, "severity": "WARNING"}

Check warning on line 72 in articles/components/upload/index.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.Will] Avoid using 'will'. Raw Output: {"message": "[Vaadin.Will] Avoid using 'will'.", "location": {"path": "articles/components/upload/index.adoc", "range": {"start": {"line": 72, "column": 155}}}, "severity": "WARNING"}

Check warning on line 72 in articles/components/upload/index.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.Will] Avoid using 'will'. Raw Output: {"message": "[Vaadin.Will] Avoid using 'will'.", "location": {"path": "articles/components/upload/index.adoc", "range": {"start": {"line": 72, "column": 205}}}, "severity": "WARNING"}

[.example]

== Auto-Upload

Expand Down