Class UploadFileMeta

    • Constructor Detail

      • UploadFileMeta

        public UploadFileMeta​(String fieldName,
                              String fileName,
                              long sizeBytes,
                              String contentType)
    • Method Detail

      • getFieldName

        public String getFieldName()
        Returns:
        The name of the form field where the file was uploaded.
      • getContentType

        public String getContentType()
        Returns:
        The content type of the file's content.
      • getFileName

        public String getFileName()
        Returns:
        The original name of the uploaded file.
      • getSizeBytes

        public long getSizeBytes()
        Returns:
        The size in bytes of the file's content.