public interface IUploadContent
extends java.io.Serializable
IUploadStreamContent.
| Modifier and Type | Method and Description |
|---|---|
void |
beginPassing()
Called before the first file is transferred.
|
void |
endPassing()
Called after all files have been passed via
passClientFile(String, byte[]). |
java.lang.String |
getId() |
java.lang.String |
getURL()
URL that can be passed into the upload component.
|
void |
passClientFile(java.lang.String fileName,
byte[] content)
This method passes the uploaded file content into your
implementation.
|
java.lang.String getId()
java.lang.String getURL()
void beginPassing()
void passClientFile(java.lang.String fileName,
byte[] content)
void endPassing()
passClientFile(String, byte[]).
The upload has ended when this method is called.Copyright © CaptainCasa Gmbh. All Rights Reserved.