Home | History | Annotate | Download | only in python2.7

Lines Matching full:multipart

25 # interface to SvFormContentDict and FormContentDict.  The multipart
150 if ctype == 'multipart/form-data':
194 """Parse multipart input.
207 XXX This does not parse nested multipart parts -- use FieldStorage for
222 raise ValueError, ('Invalid boundary in multipart form: %r'
354 """Store a sequence of fields, reading multipart/form-data.
397 """Constructor. Read multipart/* until last part.
407 outerboundary : terminating multipart boundary
506 elif ctype[:10] == 'multipart/':
618 """Internal: read a part that is itself multipart."""
621 raise ValueError, 'Invalid boundary in multipart form: %r' % (ib,)