org.mortbay.servlet
Class MultiPartFilter
java.lang.Object
org.mortbay.servlet.MultiPartFilter
- Filter
public class MultiPartFilter
extends java.lang.Object
Multipart Form Data Filter.
This class decodes the multipart/form-data stream sent by a HTML form that uses a file input
item. Any files sent are stored to a tempary file and a File object added to the request
as an attribute. All other values are made available via the normal getParameter API and
the setCharacterEncoding mechanism is respected when converting bytes to Strings.
$Id: MultiPartFilter.java,v 1.7 2005/11/03 18:21:59 gregwilkins Exp $
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.