Package com.vaadin.flow.component.upload
package com.vaadin.flow.component.upload
-
ClassDescriptionAllFinishedEvent is sent when the upload has processed all the files in its upload queue, regardless of whether all the receptions were successful or not.FailedEvent event is sent when the upload is received, but the reception is interrupted for some reason.Sent when the file selected for upload doesn't meet the constraints specified on
UploadSent when a file selected for upload is removed.FinishedEvent is sent when the upload receives a file, regardless of whether the reception was successful or failed.An exception which is thrown when somebody attempts to use modular upload components (UploadManager, UploadButton, UploadFileList, UploadDropZone) without activating the associated feature flag first.Provides the modular upload feature flag for UploadManager, UploadButton, UploadFileList, and UploadDropZone components.Interface that must be implemented by the upload receivers to provide the Upload component an output stream to write the uploaded data.FailedEvent that indicates that an input stream could not be obtained.FailedEvent that indicates that an output stream could not be obtained.ProgressListener receives events to track progress of upload.ProgressUpdateEvent is sent to track progress of upload.Deprecated, for removal: This API element is subject to removal in a future version.StartedEvent event is sent when the upload is started to received.SucceededEvent event is sent when the upload is received successfully.Upload is a component for uploading one or more files.A button component for triggering file uploads.A drop zone component for file uploads.A component that displays the list of files being uploaded.The I18N helper class for theUploadFileListcomponent.Validation error translations displayed in file items.File button aria-label translations.Unit translations for file sizes.Upload time translation strings.Time remaining translations.Upload status strings.Communication error translations.Set of theme variants applicable forvaadin-upload-file-listcomponent.Specifies the upload format to use when sending files to the server.Utility methods for Upload and UploadManager components.The I18N helper file for the upload component.Translations for adding files.Translations for dropping files.Exception translations.file translations.Abstract translation class for single and multi mode translations.unit translations.Upload time translation strings.Communication error translations.Time remaining translations.Upload status strings.A non-visual manager that handles file upload state and XHR requests.Event fired when all uploads have finished (either successfully, failed, or aborted).Event fired when a file is rejected by the upload manager due to constraints like max file size, max files, or accepted file types.Reasons why a file can be rejected by the upload manager.Event fired when a file is removed from the upload manager.Set of theme variants applicable forvaadin-uploadcomponent.
UploadHandlerinstead