Package | Description |
---|---|
org.eclipse.rap.fileupload |
Modifier and Type | Method and Description |
---|---|
abstract FileDetails[] |
FileUploadEvent.getFileDetails()
Array with details about successfully uploaded files.
|
Modifier and Type | Method and Description |
---|---|
protected java.io.File |
DiskFileUploadReceiver.createContentTypeFile(java.io.File uploadedFile,
FileDetails details)
Creates a file to save the content-type.
|
protected java.io.File |
DiskFileUploadReceiver.createTargetFile(FileDetails details)
Creates a file to save the received data to.
|
void |
DiskFileUploadReceiver.receive(java.io.InputStream dataStream,
FileDetails details) |
abstract void |
FileUploadReceiver.receive(java.io.InputStream stream,
FileDetails details)
Reads and processes all data from the provided input stream.
|
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0