public interface UploadCompletionHandler
An interface to handle the uploaded content when an upload is complete.
| Modifier and Type | Method and Description | 
|---|---|
void | 
handleUploadedContent(String filename,
                     String originalFileName,
                     com.google.common.net.MediaType contentType,
                     Long size,
                     InputStream contentStream)
Handle the uploaded content. 
 | 
void handleUploadedContent(String filename, String originalFileName, com.google.common.net.MediaType contentType, Long size, InputStream contentStream) throws IOException
Handle the uploaded content.
filename - the uploaded file nameoriginalFileName - original filename in the client’s filesystemcontentType - the uploaded content typesize - the uploaded content sizecontentStream - an input stream supplying the uploaded contentIOException - in the case content handling has thrown IOExceptionCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.