API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.multipart. JOTMultiPartParser View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTMultiPartParser
Implements
Subclasses
Description
public class JOTMultiPartParser
  This class is designed to parse a request coming from a multipart encoded form (ie: file upload form) This does not support the full multipart spec, but support mixed form fields and files (multiple ok).
See also:   
Constructors
public JOTMultiPartParser ()
Methods
Hide/Show inherited methods
publicstatic void parse (JOTFlowRequest request, File tempFile, long maxContentSize) throws Exception
  Parses the multipart form data, not called by default on regular requests, so you need to manually call request.parseMultiPartContent() .
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar