In file_upload.rs , file io used std::fs::File, which was blocking. Please consider do the file io in a separate thread. [The example](https://github.com/actix/examples/blob/master/multipart-async-std/src/main.rs) of actix can be a good reference.