-
at.reppeitsolutions.formbuilder.components.html.renderer.multipart.MultipartRequest
@author Mathias Reppe
-
com.dotcms.repackage.com.oreilly.servlet.MultipartRequest
-
com.et.mvc.MultipartRequest
针对表单是multipart/form-data的请求包装类
@author stworthy
-
com.jfinal.upload.MultipartRequest
MultipartRequest.
-
com.oreilly.servlet.MultipartRequest
etf.org/rfc/rfc1867.txt"> http://www.ietf.org/rfc/rfc1867.txt.
@see MultipartParser
@author Jason Hunter
@author Geoff Soutter
@version 1.11, 2002/11/01, combine query string params in param list
@version 1.10, 2002/05/27, added access to the original file names
@version 1.9, 2002/04/30, added support for file renaming, thanks toChangshin Lee
@version 1.8, 2002/04/30, added support for internationalization, thanks toChangshin Lee
@version 1.7, 2001/02/07, made fields protected to increase user flexibility
@version 1.6, 2000/07/21, redid internals to use MultipartParser,thanks to Geoff Soutter
@version 1.5, 2000/02/04, added auto MacBinary decoding for IE on Mac
@version 1.4, 2000/01/05, added getParameterValues(),WebSphere 2.x getContentType() workaround, stopped writing empty "unknown" file
@version 1.3, 1999/12/28, IE4 on Win98 lastIndexOf("boundary=")workaround
@version 1.2, 1999/12/20, IE4 on Mac readNextPart() workaround
@version 1.1, 1999/01/15, JSDK readLine() bug workaround
@version 1.0, 1998/09/18
-
com.psddev.dari.util.MultipartRequest
-
jodd.servlet.upload.MultipartRequest
Handles multi-part requests and extract uploaded files and parameters from it. Multi-part forms should be defined as:
<form method="post" enctype="multipart/form-data" accept-charset="charset"...
"accept-charset" may be used in case when jsp page uses specific encoding. If default encoding is used, this attribute is not required.
MultipleRequest class may be created in two ways:
1) with the constructors, when user must prevent instantiating more than once;
2) using static factory methods, which always return valid MultipleRequest instance.
This class loads complete request. To prevent big uploads (and potential DoS attacks) check content length before loading.
-
net.sf.sahi.request.MultiPartRequest
User: nraman Date: May 18, 2005 Time: 9:18:19 PM
-
net.sourceforge.processdash.util.MultipartRequest
eocities.com/jasonpell
@author Jason Pell
@version 1.19 Moved the MultipartRequest into a package, andthus into a java archive for easier dissemination. Fixed a bug, where in netscape if a file was uploaded with an unrecognised extension, no Content-Type was specified, so the first line of the file was chopped off. Also modified the structure of the parse method to make it easier to manage. I was checking strFileName length and nullness in two if blocks, so I moved them together. This should make the parse(...) method easier to understand as well. 26/07/2001
@version 1.18 Fixed some serious bugs. A new methodreadAndWrite(InputStream in, OutputStream out) which now does the generic processing in common for readAndWriteFile and readFile. The differences are that now the two extra bytes at the end of a file upload are processed once, instead of after each line. Also if an empty file is encountered, an outputstream is opened, but then deleted if no data written to it. The getCharArray() method has been removed. Replaced by the new String(bytes, encoding) method using ISO8859_1 encoding to ensure that extended characters are supported. All creation of strings is done using this encoding. The addition of static methods setEncoding(String) and getEncoding() to allow the use of MultipartRequest with a specific encoding type. All instances of MultipartRequest will utilise the static charEncoding variable value, that the setEncoding() method can be used to set. Hopefully this will not introduce any latent problems. Started to introduce support for multiple file uploads with the same form field name, but not completed for v1.18. 26/06/2001
@version 1.17 A few _very_ minor fixes. Plus a cool newfeature added. The ability to save files into memory. Thanks to Mark Latham for the idea and some of the code. 11/04/2001
@version 1.16 Added support for multiple parameter values.Also fixed getCharArray(...) method to support parameters with non-english ascii values (ascii above 127). Thanks to Stefan Schmidt & Michael Elvers for this. (No fix yet for reported problems with Tomcat 3.2 or a single extra byte appended to uploads of certain files). By 1.17 hopefully will have a resolution for the second problem. 14/03/2001
@version 1.15 A new parameter added, intMaxReadBytes, to allowarbitrary length files. Released under the LGPL (Lesser General Public License). 03/02/2001
@version 1.14 Fix for IE problem with filename being empty.This is because IE includes a default Content-Type even when no file is uploaded. 16/02/2001
@version 1.13 If an upload directory is not specified, thenall file contents are sent into oblivion, but the rest of the parsing works as normal.
@version 1.12 Fix, was allowing zero length files. Will noteven create the output file until there is something to write. getFile(String) now returns null, if a zero length file was specified. 06/11/2000
@version 1.11 Fix, in case Content-type is not specified.
@version 1.1 Removed dependence on Servlets. Now passes in ageneric InputStream instead. "Borrowed" readLine from Tomcat 3.1 ServletInputStream class, so we can remove some of the dependencies on ServletInputStream. Fixed bug where a empty INPUT TYPE="FILE" value, would cause an exception.
@version 1.0 Initial Release.
-
org.ajax4jsf.request.MultipartRequest
Request wrapper for supporting multipart requests, used for file uploading.
@author Shane Bryzak
-
org.apache.struts2.dispatcher.multipart.MultiPartRequest
Abstract wrapper class HTTP requests to handle multi-part data.
-
org.jboss.seam.web.MultipartRequest
Interface that declares multipart-specific API methods, to enable easier mocking of multipart requests.
@author Shane Bryzak
-
org.primefaces.webapp.MultipartRequest
-
org.richfaces.request.MultipartRequest
@author Nick Belaevski
-
org.springframework.web.multipart.MultipartRequest
This interface defines the multipart request access operations that are exposed for actual multipart requests. It is extended by {@link MultipartHttpServletRequest} and the Portlet{@link org.springframework.web.portlet.multipart.MultipartActionRequest}.
@author Juergen Hoeller
@author Arjen Poutsma
@since 2.5.2