-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
Description
No Error is shown when trying to upload a file that is too large for the upload to handle.
Expected outcome
Error is shown.
Minimal reproducible example
var upload = new Upload(UploadHandler.inMemory((InMemoryUploadCallback) (uploadMetadata, bytes) -> System.out.println(uploadMetadata)));
upload.setMaxFileSize(1_000);
add(upload);Steps to reproduce
- use snippet
- Upload file > 1.000
- See nothing (only screen reader is announced (?))
Environment
Vaadin version(s): 24.9.5
Browsers
No response
Metadata
Metadata
Assignees
Labels
No labels