Interface IMultipartWebRequest

    • Method Detail

      • getFiles

        Map<String,​List<org.apache.commons.fileupload.FileItem>> getFiles()
        Returns:
        Returns the files.
      • getFile

        List<org.apache.commons.fileupload.FileItem> getFile​(String fieldName)
        Gets the files that were uploaded using the given field name.
        Parameters:
        fieldName - the field name that was used for the upload
        Returns:
        the uploads with the given field name