1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/multipart/README.md

26 lines
407 B
Markdown
Raw Normal View History

# multipart
Multipart's `Getting Started` guide for Actix web
## Usage
### server
```bash
2018-05-21 03:19:32 +02:00
cd examples/multipart
cargo run (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8080
```
2019-08-13 16:29:16 +02:00
### browser
2019-08-13 16:29:16 +02:00
- go to ``http://localhost:8080``
- upload file
- you should see the action reflected in server console
### client (optional)
2019-08-13 16:29:16 +02:00
- ``./client.sh``
- you must see in server console multipart fields