Package | Description |
---|---|
com.vaadin.flow.component.upload | |
com.vaadin.flow.component.upload.receivers |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiFileReceiver
Interface that must be implemented by the upload receivers to provide the
Upload component an output stream to write the uploaded data.
|
Modifier and Type | Method and Description |
---|---|
Receiver |
Upload.getReceiver()
Return the current receiver.
|
Modifier and Type | Method and Description |
---|---|
void |
Upload.setReceiver(Receiver receiver)
Set the receiver implementation that should be used for this upload
component.
|
Constructor and Description |
---|
Upload(Receiver receiver)
Create a new instance of Upload with the given receiver.
|
Modifier and Type | Class and Description |
---|---|
class |
FileBuffer
Basic in file receiver implementation.
|
class |
MemoryBuffer
Basic in memory file receiver implementation.
|
class |
MultiFileBuffer
Basic receiver implementation for receiving multiple file upload and storing
them as files.
|
class |
MultiFileMemoryBuffer
Basic multi file in memory file receiver implementation.
|
Copyright © 2025. All rights reserved.