-
It seems, that no file is received on the server side when uploading a file. The Frontend shows success, but backend is only calling `AllFinishedListener`, but nothing is received.
```kotlin
impor…
-
### Description of the bug
The file extension is only validated on client side when uploading a file via the vaadin upload component.
### Expected behavior
Validation on client and server side. At …
-
I'd like to be able to customize the content of vaadin-file-upload. For example, I've allowed the user to give files a title that lives in a `file.myMetadata` object, in addition to `file.name`. I'd l…
-
There should be a `disabled` property that we can bind to. For example, file uploads are disabled until a valid usename is chosen.
-
### Description of the bug
When I open a view that contains an upload component, I get an _java.lang.UnsupportedOperationException: null_ - but only if I add one or more elements to the accepted file…
-
### Description
Implement theme attribute propagation for `vaadin-file-upload` items inside of `vaadin-upload`
### Expected outcome
The `theme` attribute of `vaadin-upload` should be propagated i…
-
It should be possible to select or drop a folder and upload the contents of the folder
-
This ticket is a list of tests that fail in GitHub Actions occasionally. We need to investigate if they can be fixed, or skipped.
## Unit tests
### Chrome
```
packages/date-picker/test/keybo…
-
### Description
Code from https://vaadin.com/components/vaadin-upload/java-examples to upload image files cause an exception for png files ( jpeg files works fine ).
Add the code to any view on y…
-
We're currently using `"@web/test-runner-playwright": "^0.11.0"`, which pulls in `playwright "^1.22.2"`. That version was released over two years ago and also uses browser versions (we use PW for Fire…