actix-easy-multipart 2.1.0

Easy to use Multipart Forms for Actix-web
Documentation

Provides an easy to use HTTP multipart form extractor for the actix-web framework.

The extractor writes temporary files on disk using the tempfile crate with very similar behaviour to the $_FILES variable in PHP.