Interface Upload.Receiver
Interface that must be implemented by the upload receivers.
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.