Interface UploadStream

Defines a variable type, that is used for passing uploaded files from terminal. Most often, file upload is implented using the Upload component.

Synopsis

Since

3.0

Inheritance Path.  com.itmill.toolkit.terminal.UploadStream

getContentName()

Parameters

return

Name of the stream content.

Get stream content name. Stream content name usually differs from the actual stream name. it is used toi identify the content of the stream.

getContentType()

Parameters

return

content type of the input stream.

Get input stream content type.

getStream()

Parameters

return

Input stream.

Get input stream.

getStreamName()

Parameters

return

name of the stream.

Get the name of the stream.