Crates.io | actix-web-upload-example |
lib.rs | actix-web-upload-example |
version | 0.0.2 |
source | src |
created_at | 2019-11-26 09:14:15.935641 |
updated_at | 2019-11-26 09:22:28.477225 |
description | Simple file uploader in Actix Web with Async/Await |
homepage | |
repository | https://github.com/bevanhunt/actix-web-upload-example |
max_upload_size | |
id | 184443 |
size | 102,341 |
Ensure rustup is installed.
Ensure make is installed.
make
open web browser to localhost:3000 and upload file(s)
file(s) will show up in ./tmp
Note: this is a naive implementation and will panic on any error