Package io.milton.http.fck
Class FckQuickUploaderResource
java.lang.Object
io.milton.http.fck.FckCommon
io.milton.http.fck.FckQuickUploaderResource
- All Implemented Interfaces:
DigestResource,GetableResource,PostableResource,Resource
- Author:
- Alienware1
-
Field Summary
FieldsFields inherited from class io.milton.http.fck.FckCommon
url, wrappedResource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContentType(String accepts) voidsendContent(OutputStream out, Range range, Map<String, String> params, String contentType) Methods inherited from class io.milton.http.fck.FckCommon
authenticate, authenticate, authorise, checkRedirect, getContentLength, getMaxAgeSeconds, getModifiedDate, getName, getRealm, isDigestAllowed
-
Field Details
-
UPLOAD_RESPONSE_TEMPLATE_NORMAL
- See Also:
-
URL
-
-
Constructor Details
-
FckQuickUploaderResource
-
-
Method Details
-
getUniqueId
-
processForm
public String processForm(Map<String, String> params, Map<String, throws BadRequestException, NotAuthorizedExceptionFileItem> files) -
sendContent
public void sendContent(OutputStream out, Range range, Map<String, String> params, String contentType) throws IOException- Throws:
IOException
-
getContentType
-