actix-easy-multipart 0.1.1

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 similar behaviour to the $_FILES variable in PHP.