Package de.xima.fc

Class 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 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
    • Constructor Detail

      • AddUpload

        public AddUpload()