abonander / multipart

A backend-agnostic extension for file uploads in HTTP libraries for Rust
MIT License
190 stars 93 forks source link

Integration with actix-web #101

Closed senthilkumarv closed 6 years ago

senthilkumarv commented 6 years ago

@abonander Is it possible for you to give an example for integrating with actix-web. I enjoyed using this with Rocket. I am having a tough time integrating this with actix tho.

abonander commented 6 years ago

@senthilkumarv actix-web is Futures-based, so you actually want https://github.com/abonander/multipart-async.