-
Method Summary
| Modifier and Type |
Method |
Description |
java.io.OutputStream |
receiveUpload(java.lang.String fileName,
java.lang.String mimeType) |
Invoked when a new upload arrives.
|
-
Method Details
-
java.io.OutputStream receiveUpload(java.lang.String fileName,
java.lang.String mimeType)
Invoked when a new upload arrives.
- Parameters:
fileName - the desired filename of the upload, usually as specified by the client
mimeType - the MIME type of the uploaded file
- Returns:
- stream to which the uploaded file should be written