Package de.xima.fc
Class CmnConst.AjaxUploadServletParams.AddUpload
java.lang.Object
de.xima.fc.CmnConst.AjaxUploadServletParams.AddUpload
- Enclosing class:
- CmnConst.AjaxUploadServletParams
Parameters for the addUpload sub request type of the AJAX upload servlet.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The name of the HTTP parameter for the content type of the file.static final String
The name of the HTTP parameter for the binary data of the chunk.static final String
The name of the HTTP parameter for the orignal file name of the file.static final String
The name of the HTTP parameter for the ID of the upload.static final String
The name of the HTTP parameter for the checksum of the entire file.static final String
The name of the HTTP parameter for the upload field name.static final String
The name of the HTTP parameter for the ID of the upload. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PARAM_UPLOAD_DATA
The name of the HTTP parameter for the binary data of the chunk.- See Also:
-
PARAM_UPLOAD_ID
The name of the HTTP parameter for the ID of the upload.- See Also:
-
PARAM_UPLOAD_TIME
The name of the HTTP parameter for the ID of the upload.- See Also:
-
PARAM_UPLOAD_NAME
The name of the HTTP parameter for the upload field name.- See Also:
-
PARAM_UPLOAD_MD5SUM
The name of the HTTP parameter for the checksum of the entire file.- See Also:
-
PARAM_UPLOAD_CONTENT_TYPE
The name of the HTTP parameter for the content type of the file.- See Also:
-
PARAM_UPLOAD_FILE_NAME
The name of the HTTP parameter for the orignal file name of the file.- See Also:
-
-
Constructor Details
-
AddUpload
public AddUpload()
-