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 Details

    • 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:
    • PARAM_UPLOAD_ID

      public static final String PARAM_UPLOAD_ID
      The name of the HTTP parameter for the ID of the upload.
      See Also:
    • PARAM_UPLOAD_TIME

      public static final String PARAM_UPLOAD_TIME
      The name of the HTTP parameter for the ID of the upload.
      See Also:
    • PARAM_UPLOAD_NAME

      public static final String PARAM_UPLOAD_NAME
      The name of the HTTP parameter for the upload field name.
      See Also:
    • 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:
    • 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:
    • 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:
  • Constructor Details

    • AddUpload

      public AddUpload()