Function formdata::parse_multipart [] [src]

pub fn parse_multipart<S: Read>(stream: &mut S, boundary: String) -> Result<FormDataError>

Parses and processes a stream of multipart/form-data content.

The request is streamed, and this function saves embedded uploaded files to disk as they are encountered by the parser.