Package de.xima.fc
Class CmnConst.AjaxUploadServletParams.FetchUploadData
java.lang.Object
de.xima.fc.CmnConst.AjaxUploadServletParams.FetchUploadData
- Enclosing class:
- CmnConst.AjaxUploadServletParams
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the HTTP parameter for ID of the file.static final StringThe name of the HTTP parameter for the upload field name.static final StringThe name for the param with the content type returned by the servletstatic final StringThe name of the param with the upload data returned by the servlet -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PARAM_UPLOAD_NAME
The name of the HTTP parameter for the upload field name.- See Also:
-
PARAM_UPLOAD_ID
The name of the HTTP parameter for ID of the file.- See Also:
-
RESULT_UPLOAD_DATA
The name of the param with the upload data returned by the servlet- See Also:
-
RESULT_CONTENT_TYPE
The name for the param with the content type returned by the servlet- See Also:
-
-
Constructor Details
-
FetchUploadData
public FetchUploadData()
-