Package de.xima.fc
Class CmnConst.AjaxUploadServletParams.AddUpload
- java.lang.Object
 - 
- de.xima.fc.CmnConst.AjaxUploadServletParams.AddUpload
 
 
- 
- Enclosing class:
 - CmnConst.AjaxUploadServletParams
 
public static final class CmnConst.AjaxUploadServletParams.AddUpload extends Object
Parameters for the addUpload sub request type of the AJAX upload servlet. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringPARAM_UPLOAD_CONTENT_TYPEThe name of the HTTP parameter for the content type of the file.static StringPARAM_UPLOAD_DATAThe name of the HTTP parameter for the binary data of the chunk.static StringPARAM_UPLOAD_FILE_NAMEThe name of the HTTP parameter for the orignal file name of the file.static StringPARAM_UPLOAD_IDThe name of the HTTP parameter for the ID of the upload.static StringPARAM_UPLOAD_MD5SUMThe name of the HTTP parameter for the checksum of the entire file.static StringPARAM_UPLOAD_NAMEThe name of the HTTP parameter for the upload field name.static StringPARAM_UPLOAD_TIMEThe name of the HTTP parameter for the ID of the upload. 
- 
Constructor Summary
Constructors Constructor Description AddUpload() 
 - 
 
- 
- 
Field Detail
- 
PARAM_UPLOAD_DATA
public static final String PARAM_UPLOAD_DATA
The name of the HTTP parameter for the binary data of the chunk.- See Also:
 - Constant Field Values
 
 
- 
PARAM_UPLOAD_ID
public static final String PARAM_UPLOAD_ID
The name of the HTTP parameter for the ID of the upload.- See Also:
 - Constant Field Values
 
 
- 
PARAM_UPLOAD_TIME
public static final String PARAM_UPLOAD_TIME
The name of the HTTP parameter for the ID of the upload.- See Also:
 - Constant Field Values
 
 
- 
PARAM_UPLOAD_NAME
public static final String PARAM_UPLOAD_NAME
The name of the HTTP parameter for the upload field name.- See Also:
 - Constant Field Values
 
 
- 
PARAM_UPLOAD_MD5SUM
public static final String PARAM_UPLOAD_MD5SUM
The name of the HTTP parameter for the checksum of the entire file.- See Also:
 - Constant Field Values
 
 
- 
PARAM_UPLOAD_CONTENT_TYPE
public static final String PARAM_UPLOAD_CONTENT_TYPE
The name of the HTTP parameter for the content type of the file.- See Also:
 - Constant Field Values
 
 
- 
PARAM_UPLOAD_FILE_NAME
public static final String PARAM_UPLOAD_FILE_NAME
The name of the HTTP parameter for the orignal file name of the file.- See Also:
 - Constant Field Values
 
 
 - 
 
 -