All Classes and Interfaces

Class
Description
Abstract class for common file receiver buffers.
AllFinishedEvent 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.
Basic in file receiver implementation.
Class containing file information for upload.
File factory interface for generating file to store the uploaded data into.
Sent when the file selected for upload doesn't meet the constraints specified on Upload
FinishedEvent is sent when the upload receives a file, regardless of whether the reception was successful or failed.
Basic in memory file receiver implementation.
Basic receiver implementation for receiving multiple file upload and storing them as files.
Basic multi file in memory file receiver implementation.
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.
Interface that must be implemented by the upload receivers to provide the Upload component an output stream to write the uploaded data.
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.
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.
FileOutputStream with a reference to the output file.