Package de.xima.fc

Class CmnConst.AjaxUploadServletParams.FetchUploadData

    • Field Detail

      • 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_ID

        public static final String PARAM_UPLOAD_ID
        The name of the HTTP parameter for ID of the file.
        See Also:
        Constant Field Values
      • RESULT_UPLOAD_DATA

        public static final String RESULT_UPLOAD_DATA
        The name of the param with the upload data returned by the servlet
        See Also:
        Constant Field Values
      • RESULT_CONTENT_TYPE

        public static final String RESULT_CONTENT_TYPE
        The name for the param with the content type returned by the servlet
        See Also:
        Constant Field Values
    • Constructor Detail

      • FetchUploadData

        public FetchUploadData()