2019-12-07 15:40:31 +01:00
|
|
|
# Actix Web File Upload with Async/Await
|
2018-04-13 03:18:42 +02:00
|
|
|
|
2019-12-07 15:40:31 +01:00
|
|
|
### Run
|
2018-04-13 03:18:42 +02:00
|
|
|
|
2019-12-07 15:40:31 +01:00
|
|
|
``` open web browser to localhost:3000 and upload file(s) ```
|
2018-04-13 03:18:42 +02:00
|
|
|
|
2019-12-07 15:40:31 +01:00
|
|
|
### Result
|
2018-04-13 03:18:42 +02:00
|
|
|
|
2019-12-07 15:40:31 +01:00
|
|
|
``` file(s) will show up in ./tmp in the same directory as the running process ```
|
2018-04-13 03:18:42 +02:00
|
|
|
|
2019-12-07 15:40:31 +01:00
|
|
|
Note: this is a naive implementation and will panic on any error
|