Function parseMultiPartForm
Parses a form in "multipart/form-data" format.
If any files are contained in the form, they are written to temporary files using
vibe.core.file.createTempFile
and returned in the files
field.
Prototype
void parseMultiPartForm( ref vibe.utils.dictionarylist.DictionaryList!(string,true) fields, ref vibe.utils.dictionarylist.__T14DictionaryListTS4vibe4inet7webform8FilePartVb1Z.DictionaryList files, string content_type, InputStream body_reader, ulong max_line_length );
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.