actix-web-upload-example

Crates.ioactix-web-upload-example
lib.rsactix-web-upload-example
version0.0.2
sourcesrc
created_at2019-11-26 09:14:15.935641
updated_at2019-11-26 09:22:28.477225
descriptionSimple file uploader in Actix Web with Async/Await
homepage
repositoryhttps://github.com/bevanhunt/actix-web-upload-example
max_upload_size
id184443
size102,341
Bevan Hunt (bevanhunt)

documentation

README

Actix Web File Upload with Async/Await

Requirements

Ensure rustup is installed.

Ensure make is installed.

Run

make

open web browser to localhost:3000 and upload file(s)

Result

file(s) will show up in ./tmp

Note: this is a naive implementation and will panic on any error

Commit count: 0

cargo fmt