java.lang.Object | +----MultipartRequest
public byte key[]
public MultipartRequest(ServletRequest request, String saveDirectory) throws IOException
public MultipartRequest(ServletRequest request, String saveDirectory, int maxPostSize) throws IOException
public Enumeration getParameterNames()
public Enumeration getFileNames()
public String getParameter(String name)
public String getFilesystemName(String name)
public String getContentType(String name)
public File getFile(String name)
protected void readRequest() throws IOException
protected boolean readNextPart(MultipartInputStreamHandler in, String boundary) throws IOException
protected String readParameter(MultipartInputStreamHandler in, String boundary) throws IOException
protected void readAndSaveFile(MultipartInputStreamHandler in, String boundary, String filename) throws IOException