Interface Upload.Receiver

Interface that must be implemented by the upload receivers.

Synopsis

Since

3.0

Inheritance Path.  com.itmill.toolkit.ui.Upload.Receiver

receiveUpload(String, String)

Parameters

filename

The desired filename of the upload, usually as specified by the client.

MIMEType

The MIME type of the uploaded file.

return

Stream to which the uploaded file should be written.

Invoked when a new upload arrives.