1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

format markdown

This commit is contained in:
Rob Ede
2022-03-06 00:43:10 +00:00
parent f27cc4b6b4
commit e239414a55
31 changed files with 165 additions and 188 deletions

View File

@ -7,10 +7,10 @@ cd forms/multipart
cargo run
```
``` open web browser to localhost:8080 and upload file(s) ```
`open web browser to localhost:8080 and upload file(s)`
### Result
``` file(s) will show up in ./tmp in the same directory as the running process ```
`file(s) will show up in ./tmp in the same directory as the running process`
Note: this is a naive implementation and will panic on any error