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, getFileCountMax, getFileItemFactory, getFileName, getFileSizeMax, getHeaderCharset, getItemIterator, getParsedHeaders, getProgressListener, getSizeMax, isMultipartContent, newFileItemHeaders, parseParameterMap, parseRequest, setFileCountMax, setFileItemFactory, setFileSizeMax, setHeaderCharset, setProgressListener, setSizeMax
      • 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.