# Client Multipart A sample project for [Ktor](https://ktor.io) showing how to send [multipart data](https://ktor.io/docs/request.html#upload_file) from the HttpClient. ## Running Execute this command to run the sample: ```bash ./gradlew run ``` And navigate to [http://localhost:8080/](http://localhost:8080/) to see the sample home page.