public class UploadController extends Object
Modifier and Type | Field and Description |
---|---|
org.slf4j.Logger |
logger
This is the system wide logger.
|
Constructor and Description |
---|
UploadController(MimeTypes mimeTypes) |
Modifier and Type | Method and Description |
---|---|
Result |
upload() |
Result |
uploadFinish(Context context)
This upload method expects a file and simply displays the file in the
multipart upload again to the user (in the correct mime encoding).
|
@Inject public org.slf4j.Logger logger
@Inject public UploadController(MimeTypes mimeTypes)
public Result upload()
Copyright © 2013. All Rights Reserved.