com.oreilly.servlet.multipart.MultipartParser
etf.org/rfc/rfc1867.txt"> http://www.ietf.org/rfc/rfc1867.txt.
@see com.oreilly.servlet.MultipartRequest
@author Jason Hunter
@author Geoff Soutter
@version 1.12, 2007/26/02, enum variable name replaced by oEnum forJava 5 compatibility
@version 1.11, 2002/11/01, added constructor that takes an encoding, tomake sure chars are always read correctly
@version 1.10, 2002/11/01, added support for a preamble before the firstboundary marker
@version 1.9, 2002/11/01, added support to parse odd Opera Content-Type
@version 1.8, 2002/11/01, added support for lynx with unquoted param vals
@version 1.7, 2002/04/30, fixed bug if a line was '\n' alone
@version 1.6, 2002/04/30, added better internationalization support, thanksto Changshin Lee
@version 1.5, 2002/04/30, added Opera header fix, thanks to Nic Ferrier
@version 1.4, 2001/03/23, added IE5 bug workaround supporting \n as lineending, thanks to Michael Alyn Miller
@version 1.3, 2001/01/22, added support for boundaries surrounded by quotesand content-disposition after content-type, thanks to Scott Stark
@version 1.2, 2001/01/22, getFilePath() support thanks to Stefan Eissing
@version 1.1, 2000/10/29, integrating old WebSphere fix
@version 1.0, 2000/10/27, initial revision