Expand description
Save multipart files in requests into temporary files
§Examples
fn handle_multipart(multiparts: Multiparts) -> FutureResponse<HttpResponse> {
multiparts
.and_then(|field| {
// do something with field
})
// ...
}
Structs§
- An extractor that saves multipart files in requests into temporary files. See the crate level documentation.
Enums§
Functions§
- save form data with filename into tempfiles