Annotation Type MultipartConfig

    • Element Detail

      • location

        String location
        Returns:
        location in which the Container stores temporary files
        Default:
        ""
      • maxFileSize

        long maxFileSize
        Returns:
        the maximum size allowed for uploaded files (in bytes)
        Default:
        -1L
      • maxRequestSize

        long maxRequestSize
        Returns:
        the maximum size of the request allowed for multipart/form-data
        Default:
        -1L
      • fileSizeThreshold

        int fileSizeThreshold
        Returns:
        the size threshold at which the file will be written to the disk
        Default:
        0