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

[upload] Ignore specific or all hidden files when uploading directory #8161

Open
sissbruecker opened this issue Nov 18, 2024 · 0 comments
Open
Labels
enhancement New feature or request vaadin-upload

Comments

@sissbruecker
Copy link
Contributor

Describe your motivation

Since #8032 allows uploading a directory with drag and drop. This adds all files, including hidden files. For example, on macOS you often have a .DS_Store file that the OS adds to directories automatically.

Describe the solution you'd like

We should ignore hiden files, either a set of specific ones such as .DS_Store or all of them. One challenge here is detecting a hidden file - on Mac and Linux those should start with a dot (.), however on Windows files have a specific marker for that which can not be queried through browser APIs.

Describe alternatives you've considered

No response

Additional context

No response

@sissbruecker sissbruecker added enhancement New feature or request vaadin-upload labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vaadin-upload
Projects
None yet
Development

No branches or pull requests

1 participant