public List parseRequest()

in src/java/org/apache/fulcrum/upload/DefaultUploadService.java [143:145]


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