public List parseRequest()

in src/java/org/apache/fulcrum/upload/DefaultUploadService.java [188:191]


    public List<FileItem> parseRequest(HttpServletRequest req, String path) throws ServiceException
    {
        return parseRequest( req, this.sizeThreshold, this.sizeMax, path );
    }