Class JakartaServletDiskFileUpload

    • Field Summary

      • Fields inherited from class org.apache.commons.fileupload2.core.AbstractFileUpload

        ATTACHMENT, CONTENT_DISPOSITION, CONTENT_LENGTH, CONTENT_TYPE, FORM_DATA, MULTIPART, MULTIPART_FORM_DATA, MULTIPART_MIXED
    • Method Summary

      • Methods inherited from class org.apache.commons.fileupload2.core.AbstractFileUpload

        getBoundary, getFieldName, getFileItemFactory, getFileName, getHeaderCharset, getItemIterator, getMaxFileCount, getMaxFileSize, getMaxPartHeaderSize, getMaxSize, getParsedHeaders, getProgressListener, isMultipartContent, isMultipartRequestMethod, newFileItemHeaders, parseParameterMap, parseRequest, setFileItemFactory, setHeaderCharset, setMaxFileCount, setMaxFileSize, setMaxPartHeaderSize, setMaxSize, setProgressListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JakartaServletDiskFileUpload

        public JakartaServletDiskFileUpload​(org.apache.commons.fileupload2.core.DiskFileItemFactory fileItemFactory)
        Constructs a new instance.
        Parameters:
        fileItemFactory - The factory to use for creating file items.