For uploading files from client to server.
|
IStartedListener
Receives the events when the upload starts.
|
|
IFinishedListener
Receives the events when the uploads are ready.
|
|
IFailedListener
Receives events when the uploads are finished, but unsuccessful.
|
|
ISucceededListener
Receives events when the uploads are successfully finished.
|
|
IProgressListener
IProgressListener receives events to track progress of upload.
|
|
Upload
IComponent for uploading files from client to server.
|
|
InnerStreamVariable
|
|
IReceiver
Interface that must be implemented by the upload receivers to
provide the Upload component an output stream to write the uploaded
data.
|
|
FinishedEvent
Upload.FinishedEvent is sent when the upload receives a file,
regardless of whether the reception was successful or failed.
|
|
FailedEvent
Upload.FailedEvent event is sent when the upload is received, but
the reception is interrupted for some reason.
|
|
NoOutputStreamEvent
FailedEvent that indicates that an output stream could not be
obtained.
|
|
NoInputStreamEvent
FailedEvent that indicates that an input stream could not be
obtained.
|
|
SucceededEvent
Upload.SucceededEvent event is sent when the upload is received
successfully.
|
|
StartedEvent
Upload.StartedEvent event is sent when the upload is started to
received.
|